Packagecom.endeca.tools.pagebuilder.model.content
Interfacepublic interface IContentModelObject extends flash.events.IEventDispatcher, IEquatable, flash.utils.IExternalizable
SubinterfacesIContentItem, IContentModelList, IDimensionValue, INavigationRecords, INavigationRefinements, IProperty, IQuery, IRecordSort

Interface that all Editor API content model objects implement.

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

com.endeca.tools.pagebuilder.events.ContentModelEvent


Public Properties
 PropertyDefined by
  readOnly : Boolean
[read-only] Indicates whether the content model is in read-only mode.
IContentModelObject
Public Methods
 MethodDefined by
 Inherited
equals(obj:Object):Boolean
Tests whether this object is equal to the given object.
IEquatable
Events
 EventSummaryDefined by
   Dispatched when the content model has been updated in some way.IContentModelObject
Property detail
readOnlyproperty
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
Event detail
contentModelChangeevent 
Event object type: com.endeca.tools.pagebuilder.model.events.ContentModelEvent

Dispatched when the content model has been updated in some way.