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 SplitLayoutVariant
SplitLayoutVariant. 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 void
GeneratedVaadinSplitLayout. addThemeVariants(SplitLayoutVariant... variants)
Adds theme variants to the component.void
GeneratedVaadinSplitLayout. removeThemeVariants(SplitLayoutVariant... variants)
Removes theme variants from the component.
-