public interface ISelect
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSelectedText()
Allows direct access to the selected text property on the control.
|
java.lang.String |
getText()
Allows direct access to the text property on the control.
|
void |
select(int index)
Directly modifies subitem selected in the control.
|
void |
select(java.lang.String item)
Directly modifies subitem selected in the control.
|
java.lang.String getSelectedText()
java.lang.String getText()
void select(java.lang.String item)
SubitemNotFoundException
is thrown.item
- the item to update the control withselect(int)
void select(int index)
SubitemNotFoundException
is thrown.index
- the index of the item to update the control withselect(String)