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

A summarized view of a navigation state consisting of a list of dimensions.

A null dimension list signifies that the MDEX default ordering of dimensions will be used.

See also

INavigationRefinementsProperty


Public Properties
 PropertyDefined by
  dimensions : IContentModelList
An ordered list of top level dimensions.
INavigationRefinements
 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
dimensionsproperty
dimensions:IContentModelList  [read-write]

An ordered list of top level dimensions. It may only contain items of type String. If the list is set to null, the default order of dimensions returned by the MDEX engine will be used.

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

Implementation
    public function get dimensions():IContentModelList
    public function set dimensions(value:IContentModelList):void