|
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||||
Base interface for single and multiple select elements.
| Method Summary | |
Option |
option(int index)
Returns option with specified index. |
Option |
optionByText(java.lang.String optionText)
Returns option having specified text. |
Option |
optionByValue(java.lang.String optionValue)
Returns option having specified value. |
Option[] |
options()
Returns all option within this select. |
int |
optionsNum()
Returns number of options in this select. |
| Methods inherited from interface com.actimind.actiwate.testing.html.objects.FormControl |
name |
| Methods inherited from interface com.actimind.actiwate.testing.html.objects.BaseElement |
element, id |
| Methods inherited from interface com.actimind.actiwate.testing.logging.Loggable |
getLogDesc |
| Method Detail |
public Option[] options()
public Option option(int index)
throws LookupException
index - index of option to return, starting from zero
LookupException - if option with specified index does not existpublic int optionsNum()
public Option optionByText(java.lang.String optionText)
throws LookupException
optionText - text in option element
LookupException - if option was not found
public Option optionByValue(java.lang.String optionValue)
throws LookupException
optionValue - text in a 'value' attribute
LookupException - if option was not found
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||