public class RichFacesSelect.SelectSuggestionsImpl extends Object implements SelectSuggestions
| Constructor and Description |
|---|
SelectSuggestionsImpl() |
| 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.
|
public void select(ChoicePicker picker)
SelectSuggestionspicker param.select in interface SelectSuggestionspublic void select(String match)
SelectSuggestionsselect in interface SelectSuggestionsmatch - string to match the optionpublic void select(int index)
SelectSuggestionsselect in interface SelectSuggestionsindex - index of optionCopyright © 2015 JBoss by Red Hat. All Rights Reserved.