| Package | com.endeca.tools.pagebuilder.model.content |
| Interface | public interface INavigationRefinements extends IContentModelObject, flash.events.IEventDispatcher, IEquatable, flash.utils.IExternalizable |
A null dimension list signifies
that the MDEX default ordering of dimensions will be used.
See also
| Property | Defined by | ||
|---|---|---|---|
| dimensions : IContentModelList
An ordered list of top level dimensions.
| INavigationRefinements | ||
![]() | readOnly : Boolean
Indicates whether the content model is in read-only mode.
| IContentModelObject | |
| dimensions | property |
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