Uses of Enum Class
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
Subclasses with type arguments of type SuggestFilter in org.apache.myfaces.tobago.modelMethods in org.apache.myfaces.tobago.model that return SuggestFilterModifier and TypeMethodDescriptionstatic SuggestFilter
static SuggestFilter
Returns the enum constant of this class with the specified name.static SuggestFilter[]
SuggestFilter.values()
Returns an array containing the constants of this enum class, in the order they are declared.