Packagecom.endeca.tools.pagebuilder.model.content
Interfacepublic interface IContentItemList extends IBoundedContentModelList, IContentModelList, mx.collections.IList, IContentModelObject, flash.events.IEventDispatcher, IEquatable, flash.utils.IExternalizable

A list of IContentItem objects.

See also

IContentItem


Public Properties
 PropertyDefined by
 Inheritedbounded : Boolean
Indicates whether this list is bounded.
IBoundedContentModelList
 Inheritedcapacity : Number
The maximum capacity of this list.
IBoundedContentModelList
 InheritedreadOnly : Boolean
Indicates whether the content model is in read-only mode.
IContentModelObject
  templateType : String
[read-only] The type of content items which may be contained by this list.
IContentItemList
Public Methods
 MethodDefined by
 Inherited
equals(obj:Object):Boolean
Tests whether this object is equal to the given object.
IEquatable
Events
 EventSummaryDefined by
 Inherited Dispatched when the content model has been updated in some way.IContentModelObject
Property detail
templateTypeproperty
templateType:String  [read-only]

The type of content items which may be contained by this list.

This property can be used as the source for data binding.

Implementation
    public function get templateType():String

See also