| Package | com.endeca.tools.pagebuilder.model.content |
| Interface | public interface IContentModelObject extends flash.events.IEventDispatcher, IEquatable, flash.utils.IExternalizable |
| Subinterfaces | IContentItem, IContentModelList, IDimensionValue, INavigationRecords, INavigationRefinements, IProperty, IQuery, IRecordSort |
In general, two IContentModelObjects are defined to be
"equal" when they have the same type and all their public properties
are also equal (using the equals method if the values are
IEquatable objects and the equality operator otherwise).
The exception to this is the readOnly property, which is
not used in the equality comparison.
See also
| Property | Defined by | ||
|---|---|---|---|
| readOnly : Boolean [read-only]
Indicates whether the content model is in read-only mode.
| IContentModelObject | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
| Dispatched when the content model has been updated in some way. | IContentModelObject | |||
| readOnly | property |
readOnly:Boolean [read-only]Indicates whether the content model is in read-only mode.
Note that this property is not used in the equality comparison
performed by the equals method.
This property can be used as the source for data binding.
Implementation public function get readOnly():Boolean
| contentModelChange | event |
com.endeca.tools.pagebuilder.model.events.ContentModelEvent
Dispatched when the content model has been updated in some way.