Uses of Enum Class
org.vaadin.tatu.TwinColSelectVariant
-
Uses of TwinColSelectVariant in org.vaadin.tatu
Methods in org.vaadin.tatu that return TwinColSelectVariantModifier and TypeMethodDescriptionstatic TwinColSelectVariantReturns the enum constant of this class with the specified name.static TwinColSelectVariant[]TwinColSelectVariant.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 TwinColSelectVariantModifier and TypeMethodDescriptionvoidTwinColSelect.addThemeVariants(TwinColSelectVariant... variants) Adds theme variants to the component.voidTwinColSelect.removeThemeVariants(TwinColSelectVariant... variants) Removes theme variants from the component.