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

A property which may contain an IQuery member, which can either be an INavQuery or an IRecordQuery.

See also

IQuery
INavQuery
IRecordQuery


Public Properties
 PropertyDefined by
 Inheritedname : String
The name of the property.
IProperty
  query : IQuery
The query associated with this property.
IRecordListProperty
 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
queryproperty
query:IQuery  [read-write]

The query associated with this property. It may either be an INavQuery or an IRecordQuery.

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

Implementation
    public function get query():IQuery
    public function set query(value:IQuery):void

See also