dundas.view.controls.Binding Class

Describes where a data element is displayed in a visualization.
 

Inheritance Hierarchy

 
Class
   dundas.view.controls.Binding
 

Constructors

 
  Name Description
init Initializes the Binding. Called during construction.
 
 

Properties

 
  Name Description
elementUsageUniqueName Gets or sets the unique name of the element usage to uniquely identify the measure or hierarchy usage of a metric set to bind to part of the control adapter.
id Gets or sets a unique ID for this binding instance.
levelUniqueName Gets or sets the optional level unique name associated with this element originally. This is only set if a level was specifically used to create this binding, in order for top level depth to work properly.
targetId Gets or sets the ID referring to part of the control adapter to bind data to (such as a chart series). See dundas.view.controls.Adapter.getAvailableBindings.
targetName Gets or sets the display name of the part of the control adapter that this binding is attached to. See dundas.view.controls.Adapter.getAvailableBindings.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.