Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.component.attribute |
Modifier and Type | Field and Description |
---|---|
static AutocompleteMode |
AutocompleteMode.DEFAULT |
Modifier and Type | Method and Description |
---|---|
AutocompleteMode |
UISelect.getMode() |
AutocompleteMode |
UIAutocomplete.getMode() |
static AutocompleteMode |
AutocompleteMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutocompleteMode[] |
AutocompleteMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UISelect.setMode(AutocompleteMode mode) |
void |
UIAutocomplete.setMode(AutocompleteMode mode) |
Modifier and Type | Method and Description |
---|---|
AutocompleteMode |
AutocompleteProps.getMode()
Determine how the suggestion list is requested:
|
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.