Package | Description |
---|---|
org.richfaces.fragment.autocomplete |
Modifier and Type | Class and Description |
---|---|
class |
RichFacesAutocomplete |
Modifier and Type | Method and Description |
---|---|
Autocomplete |
RichFacesAutocomplete.SelectOrConfirmImpl.confirm() |
Autocomplete |
SelectOrConfirm.confirm()
Confirms previously typed value.
|
Autocomplete |
RichFacesAutocomplete.SelectOrConfirmImpl.select() |
Autocomplete |
SelectOrConfirm.select()
Selects the first suggestion.
|
Autocomplete |
RichFacesAutocomplete.SelectOrConfirmImpl.select(ChoicePicker picker) |
Autocomplete |
SelectOrConfirm.select(ChoicePicker picker)
Selects the first suggestion according to the given rules in
picker |
Autocomplete |
RichFacesAutocomplete.SelectOrConfirmImpl.select(int index) |
Autocomplete |
SelectOrConfirm.select(int index)
Selects the suggestion from the list of the suggestions at index.
|
Autocomplete |
RichFacesAutocomplete.SelectOrConfirmImpl.select(String match) |
Autocomplete |
SelectOrConfirm.select(String match)
Selects the first suggestion, which matches the given text.
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.