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