|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SuggestFilter | |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.internal.component | |
org.apache.myfaces.tobago.model |
Uses of SuggestFilter in org.apache.myfaces.tobago.component |
---|
Methods in org.apache.myfaces.tobago.component that return SuggestFilter | |
---|---|
SuggestFilter |
UISuggest.getFilter()
TODO: not implemented yet Additional client side filtering of the result list. |
Methods in org.apache.myfaces.tobago.component with parameters of type SuggestFilter | |
---|---|
void |
UISuggest.setFilter(SuggestFilter filter)
|
Uses of SuggestFilter in org.apache.myfaces.tobago.internal.component |
---|
Methods in org.apache.myfaces.tobago.internal.component with parameters of type SuggestFilter | |
---|---|
abstract void |
AbstractUISuggest.setFilter(SuggestFilter filter)
|
Uses of SuggestFilter in org.apache.myfaces.tobago.model |
---|
Methods in org.apache.myfaces.tobago.model that return SuggestFilter | |
---|---|
static SuggestFilter |
SuggestFilter.parse(String string)
|
static SuggestFilter |
SuggestFilter.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SuggestFilter[] |
SuggestFilter.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |