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

A single dimension value.

See also

INavQuery


Public Properties
 PropertyDefined by
  dimensionId : String
The id of the dimension to which this dimension value belongs.
IDimensionValue
  id : String
The id of this dimension value.
IDimensionValue
 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
dimensionIdproperty
dimensionId:String  [read-write]

The id of the dimension to which this dimension value belongs.

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

Implementation
    public function get dimensionId():String
    public function set dimensionId(value:String):void
idproperty 
id:String  [read-write]

The id of this dimension value.

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

Implementation
    public function get id():String
    public function set id(value:String):void