Uses of Class
com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
-
Packages that use SplitLayout.Orientation Package Description com.vaadin.flow.component.splitlayout -
-
Uses of SplitLayout.Orientation in com.vaadin.flow.component.splitlayout
Methods in com.vaadin.flow.component.splitlayout that return SplitLayout.Orientation Modifier and Type Method Description SplitLayout.Orientation
SplitLayout. getOrientation()
Get the orientation of the SplitLayout.static SplitLayout.Orientation
SplitLayout.Orientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static SplitLayout.Orientation[]
SplitLayout.Orientation. 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 SplitLayout.Orientation Modifier and Type Method Description void
SplitLayout. setOrientation(SplitLayout.Orientation orientation)
Set the orientation of the SplitLayout.Constructors in com.vaadin.flow.component.splitlayout with parameters of type SplitLayout.Orientation Constructor Description SplitLayout(Component primaryComponent, Component secondaryComponent, SplitLayout.Orientation orientation)
Constructs a SplitLayout with the given initial components to set to the primary and secondary splits and with the orientation.SplitLayout(SplitLayout.Orientation orientation)
Constructs a SplitLayout with the orientation.
-