Uses of Enum Class
org.vaadin.tatu.TwinColSelect.PickMode
-
Uses of TwinColSelect.PickMode in org.vaadin.tatu
Methods in org.vaadin.tatu that return TwinColSelect.PickModeModifier and TypeMethodDescriptionstatic TwinColSelect.PickModeReturns the enum constant of this class with the specified name.static TwinColSelect.PickMode[]TwinColSelect.PickMode.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.PickModeModifier and TypeMethodDescriptionvoidTwinColSelect.setPickMode(TwinColSelect.PickMode pickMode) Set the used PickMode, default is PickMode.DOUBLE.