Uses of Class
com.vaadin.flow.component.crud.CrudVariant
-
-
Uses of CrudVariant in com.vaadin.flow.component.crud
Methods in com.vaadin.flow.component.crud that return CrudVariant Modifier and Type Method Description static CrudVariantCrudVariant. valueOf(String name)Returns the enum constant of this type with the specified name.static CrudVariant[]CrudVariant. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.crud with parameters of type CrudVariant Modifier and Type Method Description voidCrud. addThemeVariants(CrudVariant... variants)Adds theme variants to the component.voidCrud. removeThemeVariants(CrudVariant... variants)Removes theme variants from the component.
-