Attributes | Name and Description |
---|---|
|
caplin.control.composite.CompositeControl(Object controlType)
A CompositeControl is control whose functions operate on a map control value. |
Attributes | Name and Description |
---|---|
|
Number
getHeight()
Returns the height of the control. |
|
Integer
getId()
Gets the numeric id of this control. |
|
Number
getWidth()
Returns the width of the control. |
|
void
isBound()
Returns true if the control is bound to the DOM. |
|
void
removeFlash()
Removes the flash state from the control. |
|
void
setDomValue(String sValue)
Sets the value in the DOM. |
|
void
setId(Integer id)
Sets the id of this control. |
►
caplin.control.composite.CompositeControl(Object controlType)
A CompositeControl is control whose functions operate on a map control value. This is an abstract base class, therefore the constructor should not be directly invoked.
Object | controlType | The control type. |
►
Number
getHeight()
Returns the height of the control.
►
Integer
getId()
Gets the numeric id of this control.
►
Number
getWidth()
Returns the width of the control.
►
void
isBound()
Returns true if the control is bound to the DOM.
►
void
removeFlash()
Removes the flash state from the control.
►
void
setDomValue(String sValue)
Sets the value in the DOM.
String | sValue | The value to set in the DOM. |
►
void
setId(Integer id)
Sets the id of this control.
Integer | id | the value of the id to set. |