Packagecom.endeca.tools.pagebuilder.model.content
Interfacepublic interface IProperty extends IContentModelObject, flash.events.IEventDispatcher, IEquatable, flash.utils.IExternalizable
SubinterfacesIBooleanProperty, IContentItemListProperty, IContentItemProperty, INavigationRecordsProperty, INavigationRefinementsProperty, IRecordListProperty, IStringProperty, IXMLProperty

A property of a content item.

See also

IContentItem


Public Properties
 PropertyDefined by
  name : String
[read-only] The name of the property.
IProperty
 InheritedreadOnly : Boolean
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
 Inherited Dispatched when the content model has been updated in some way.IContentModelObject
Property detail
nameproperty
name:String  [read-only]

The name of the property.

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

Implementation
    public function get name():String