Constructor
new module:caplin/control/complex/SpreadControl(controlType)
Constructs a new
SpreadControl
with the specified arguments.
Extends:
Parameters:
Name | Type | Description |
---|---|---|
controlType |
module:caplin/control/factory/ControlType | The control type. |
Extends
Methods
-
getHeight() → {Number}
-
Gets the height of the control.
- Inherited From:
Returns:
The height of the DOM element in pixels.- Type
- Number
-
getId() → {Integer}
-
Gets the numeric id of this control.
- Inherited From:
Returns:
The numeric id of this control.- Type
- Integer
-
getWidth() → {Number}
-
Gets the width of the control.
- Inherited From:
Returns:
The width of the DOM element in pixels.- Type
- Number
-
isBound()
-
Returns true if the control is bound to the DOM.
- Inherited From:
-
removeFlash()
-
Removes the flash state from the control.
- Inherited From:
-
setDomValue(sValue)
-
Sets the value in the DOM.
Parameters:
Name Type Description sValue
String The value to set in the DOM. - Inherited From:
-
setId(id)
-
Sets the id of this control.
Parameters:
Name Type Description id
Integer the value of the id to set. - Inherited From: