Uses of Enum Class
com.vaadin.componentfactory.selectiongridpro.SelectionGridVariant
-
Uses of SelectionGridVariant in com.vaadin.componentfactory.selectiongridpro
Methods in com.vaadin.componentfactory.selectiongridpro that return SelectionGridVariantModifier and TypeMethodDescriptionstatic SelectionGridVariantReturns the enum constant of this class with the specified name.static SelectionGridVariant[]SelectionGridVariant.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.componentfactory.selectiongridpro with parameters of type SelectionGridVariantModifier and TypeMethodDescriptionvoidSelectionGridPro.addThemeVariants(SelectionGridVariant... variants) Adds theme variants to the component.voidSelectionGridPro.removeThemeVariants(SelectionGridVariant... variants) Removes theme variants from the component.