Uses of Enum Class
org.vaadin.tatu.TwinColSelect.SortMode
-
Uses of TwinColSelect.SortMode in org.vaadin.tatu
Methods in org.vaadin.tatu that return TwinColSelect.SortModeModifier and TypeMethodDescriptionstatic TwinColSelect.SortModeReturns the enum constant of this class with the specified name.static TwinColSelect.SortMode[]TwinColSelect.SortMode.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.SortModeModifier and TypeMethodDescriptionvoidTwinColSelect.setSortMode(TwinColSelect.SortMode sortMode) Define how filters are applied with sorting.