| Package | com.endeca.tools.pagebuilder.model.content |
| Interface | public interface INavQuery extends IQuery, IContentModelObject, flash.events.IEventDispatcher, IEquatable, flash.utils.IExternalizable |
See also
| Property | Defined by | ||
|---|---|---|---|
| augment : Boolean
Whether the navigation state of the query should be augmented.
| INavQuery | ||
| augmentRecordFilter : Boolean
Whether the record filter of the query should be augmented.
| INavQuery | ||
| dimensionValues : IContentModelList
A list of dimension values which define the navigation state for
this query.
| INavQuery | ||
| maxRecords : uint
The maximum number of records the query should return.
| INavQuery | ||
![]() | readOnly : Boolean
Indicates whether the content model is in read-only mode.
| IContentModelObject | |
| sort : IRecordSort
How the results of the query are to be sorted.
| INavQuery | ||
| augment | property |
augment:Boolean [read-write]Whether the navigation state of the query should be augmented.
This property can be used as the source for data binding.
Implementation public function get augment():Boolean
public function set augment(value:Boolean):void
| augmentRecordFilter | property |
augmentRecordFilter:Boolean [read-write]Whether the record filter of the query should be augmented.
This property can be used as the source for data binding.
Implementation public function get augmentRecordFilter():Boolean
public function set augmentRecordFilter(value:Boolean):void
| dimensionValues | property |
dimensionValues:IContentModelList [read-write]
A list of dimension values which define the navigation state for
this query. This list
may only contain IDimensionValue objects.
This property can be used as the source for data binding.
Implementation public function get dimensionValues():IContentModelList
public function set dimensionValues(value:IContentModelList):void
See also
| maxRecords | property |
maxRecords:uint [read-write]The maximum number of records the query should return.
This property can be used as the source for data binding.
Implementation public function get maxRecords():uint
public function set maxRecords(value:uint):void
| sort | property |
sort:IRecordSort [read-write]How the results of the query are to be sorted.
This property can be used as the source for data binding.
Implementation public function get sort():IRecordSort
public function set sort(value:IRecordSort):void