Uses of Enum Class
org.vaadin.tatu.TwinColSelect.FilterMode
-
Uses of TwinColSelect.FilterMode in org.vaadin.tatu
Subclasses with type arguments of type TwinColSelect.FilterMode in org.vaadin.tatuMethods in org.vaadin.tatu that return TwinColSelect.FilterModeModifier and TypeMethodDescriptionstatic TwinColSelect.FilterModeReturns the enum constant of this class with the specified name.static TwinColSelect.FilterMode[]TwinColSelect.FilterMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.vaadin.tatu with parameters of type TwinColSelect.FilterModeModifier and TypeMethodDescriptionvoidTwinColSelect.setFilterMode(TwinColSelect.FilterMode filterMode) Define how data providers filter is applied.