dundas.view.controls.AlignedAxis Class

 

Inheritance Hierarchy

 
Class
   dundas.view.controls.AlignedAxis
 

Constructors

 
  Name Description
init Initializes the AlignedAxis. Called during construction.
 
 

Properties

 
  Name Description
adapterId Gets or sets the ID of the adapter this item belongs to.
alignmentData Gets or sets the adapter's alignment item data (stringified version of whatever it wants to save).
alignmentInfo Gets or sets a plain object containing information identifying the adapter's alignment item.
otherAdapterId Gets or sets the ID of the other adapter this item aligns to, or null if the target is the same adapter.
otherAlignmentData Gets or sets the other adapter's alignment item data (stringified version of whatever it wants to save).
otherAlignmentInfo Gets or sets a plain object containing information identifying the other adapter's alignment item.
 
 

Methods

 
  Name Description
createCopy Creates a copy of this aligned axis with the new targets as adapterId and otherAdapterId.
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.