| Package | com.endeca.tools.pagebuilder.model.content |
| Interface | public interface IContentItemProperty extends IProperty, IContentModelObject, flash.events.IEventDispatcher, IEquatable, flash.utils.IExternalizable |
See also
| Property | Defined by | ||
|---|---|---|---|
| contentItem : IContentItem
The value of this property.
| IContentItemProperty | ||
![]() | name : String
The name of the property.
| IProperty | |
![]() | readOnly : Boolean
Indicates whether the content model is in read-only mode.
| IContentModelObject | |
| templateType : String [read-only]
The type of content item which this property can hold.
| IContentItemProperty | ||
| contentItem | property |
contentItem:IContentItem [read-write]The value of this property.
This property can be used as the source for data binding.
Implementation public function get contentItem():IContentItem
public function set contentItem(value:IContentItem):void
| templateType | property |
templateType:String [read-only]The type of content item which this property can hold.
This property can be used as the source for data binding.
Implementation public function get templateType():String
See also