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