Packagecom.endeca.tools.pagebuilder.model.content
Interfacepublic interface INavigationRecordsProperty extends IProperty, IContentModelObject, flash.events.IEventDispatcher, IEquatable, flash.utils.IExternalizable

A property which may contain an INavigationRecords object.

See also

INavigationRecords


Public Properties
 PropertyDefined by
 Inheritedname : String
The name of the property.
IProperty
  navigationRecords : INavigationRecords
The INavigationRecords object this property contains.
INavigationRecordsProperty
 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
navigationRecordsproperty
navigationRecords:INavigationRecords  [read-write]

The INavigationRecords object this property contains.

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

Implementation
    public function get navigationRecords():INavigationRecords
    public function set navigationRecords(value:INavigationRecords):void