Uses of Enum Class
com.vaadin.componentfactory.selectiongrid.SelectionGridVariant
-
Uses of SelectionGridVariant in com.vaadin.componentfactory.selectiongrid
Methods in com.vaadin.componentfactory.selectiongrid 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.selectiongrid with parameters of type SelectionGridVariantModifier and TypeMethodDescriptionvoidSelectionGrid.addThemeVariants(SelectionGridVariant... variants) Adds theme variants to the component.voidSelectionTreeGrid.addThemeVariants(SelectionGridVariant... variants) Adds theme variants to the component.voidSelectionGrid.removeThemeVariants(SelectionGridVariant... variants) Removes theme variants from the component.voidSelectionTreeGrid.removeThemeVariants(SelectionGridVariant... variants) Removes theme variants from the component.