ManagedComboBox |
Top Previous Next |
Managed ComboBox. Extends ManagedObject. Extends SeSSimulatedObject.
Behavior Pattern: ManagedObjectSelectableBehavior
Property Summary
Action Summary
Property Detail
SelectedIndexIndex of the selected element of the object.
Type: number
Accessors: GetSelectedIndex, SetSelectedIndex
SelectedTextText of the selected item in a single string.
Type: string
Accessors: GetSelectedText, SetSelectedText
Action Detail
DoSelectItem(item)Selects an item of this object.
Parameters:
Returns:
boolean: 'true' if success, 'false' otherwise.
Behavior Pattern: ManagedObjectTextBehavior
Property Summary
Action Summary
Property Detail
TextText of the object, 'false' if text can not be read.
Type: string
Accessors: GetText, SetText
Action Detail
DoSetText(val)Sets text value of this object.
Parameters:
Returns:
boolean: 'true' if success, 'false' otherwise.
|