Uses of Class
com.vaadin.flow.component.splitlayout.SplitLayoutVariant
-
Packages that use SplitLayoutVariant Package Description com.vaadin.flow.component.splitlayout -
-
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)Deprecated.since v23.3, generated classes will be removed in v24.voidSplitLayout. addThemeVariants(SplitLayoutVariant... variants)Adds theme variants to the component.voidGeneratedVaadinSplitLayout. removeThemeVariants(SplitLayoutVariant... variants)Deprecated.since v23.3, generated classes will be removed in v24.voidSplitLayout. removeThemeVariants(SplitLayoutVariant... variants)Removes theme variants from the component.
-