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