Uses of Class
org.apache.myfaces.tobago.model.SuggestFilter
-
Packages that use SuggestFilter Package Description 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 Modifier and Type Method Description SuggestFilter
UISuggest. getFilter()
Additional client side filtering of the result list.Methods in org.apache.myfaces.tobago.component with parameters of type SuggestFilter Modifier and Type Method Description void
UISuggest. setFilter(SuggestFilter filter)
-
Uses of SuggestFilter in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return SuggestFilter Modifier and Type Method Description abstract SuggestFilter
AbstractUISuggest. getFilter()
Methods in org.apache.myfaces.tobago.internal.component with parameters of type SuggestFilter Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-