|
 | addStyle |
Adds a style to the indicator.
|
 | alignHorizontallyWith |
Aligns the content of this control horizontally with the specified control.
Inherited from dundas.controls.DataControl. |
 | alignVerticallyWith |
Aligns the content of this control vertically with the specified control.
Inherited from dundas.controls.DataControl. |
 | clearHorizontallyAligned |
Removes all controls from horizontal alignment with this instance.
Inherited from dundas.controls.DataControl. |
 | clearVerticallyAligned |
Removes all controls from vertical alignment with this instance.
Inherited from dundas.controls.DataControl. |
 | destroy |
Removes the data control elements from the container. This is called automatically if
the container property is changed.
Inherited from dundas.controls.DataControl. |
 | draw |
Re-draws the data control immediately if invalidated. This method is normally called automatically when
needed.
Inherited from dundas.controls.DataControl. |
 | fromJObject |
Applies the property values from a plain object created from JSON to the properties of this instance.
Inherited from Class. |
 | getCurrentStyle |
Returns the current style for the indicator. If the current
style ID does not match any of the styles then the default
style is returned.
|
 | getDisplayedText |
Gets the text displayed by this control given a text value that may include placeholder keywords.
|
 | getHorizontallyAligned |
Gets an array of controls set to be horizontally aligned with this control.
Inherited from dundas.controls.DataControl. |
 | getVerticallyAligned |
Gets an array of controls set to be vertically aligned with this control.
Inherited from dundas.controls.DataControl. |
 | hitTest |
Determines what data control element is represented at the specified position.
Inherited from dundas.controls.DataControl. |
 | invalidate |
Ensures the data control is re-drawn using the current data and settings at the next best
time made available by the browser. This method is normally called automatically when
needed.
Inherited from dundas.controls.DataControl. |
 | invalidateSize |
Notifies the control that its container element size may have changed.
Inherited from dundas.controls.DataControl. |
 | isAlignedHorizontallyWith |
Gets a value indicating whether the specified control has been aligned horizontally with this instance.
Inherited from dundas.controls.DataControl. |
 | isAlignedVerticallyWith |
Gets a value indicating whether the specified control has been aligned vertically with this instance.
Inherited from dundas.controls.DataControl. |
 | onDOMDetach |
Called when the DOM element this control will render to is temporarily detached.
Inherited from dundas.controls.DataControl. |
 | onDOMReattach |
Called when the DOM element this control will render to is re-attached.
Inherited from dundas.controls.DataControl. |
 | removeHorizontallyAligned |
Removes the specified control from the list to be horizontally aligned with this control.
Inherited from dundas.controls.DataControl. |
 | removeStyle |
Removes a style from the state indicator.
|
 | removeVerticallyAligned |
Removes the specified control from the list to be vertically aligned with this control.
Inherited from dundas.controls.DataControl. |
 | toJSON |
Implementation for toJSON to return an object that will include this class's
prototype property values when stringified.
Inherited from Class. |