Uses of Enum
org.apache.myfaces.tobago.model.SuggestFilter
Packages that use SuggestFilter
Package
Description
-
Uses of SuggestFilter in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return SuggestFilterModifier and TypeMethodDescriptionUISuggest.getFilter()
Additional client side filtering of the result list.Methods in org.apache.myfaces.tobago.component with parameters of type SuggestFilter -
Uses of SuggestFilter in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return SuggestFilterMethods in org.apache.myfaces.tobago.internal.component with parameters of type SuggestFilterModifier and TypeMethodDescriptionabstract void
AbstractUISuggest.setFilter
(SuggestFilter filter) -
Uses of SuggestFilter in org.apache.myfaces.tobago.model
Methods in org.apache.myfaces.tobago.model that return SuggestFilterModifier and TypeMethodDescriptionstatic SuggestFilter
static SuggestFilter
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.