public interface SelectSuggestions
| Modifier and Type | Method and Description |
|---|---|
void |
select(ChoicePicker picker)
Selects the first option according to the given rules in
picker |
void |
select(int index)
Selects the option from the list of the options at index.
|
void |
select(String match)
Selects the first option, which matches the given text.
|
void select(ChoicePicker picker)
picker param.picker - void select(String match)
match - string to match the optionvoid select(int index)
index - index of optionCopyright © 2014 JBoss by Red Hat. All Rights Reserved.