Uses of Enum Class
com.vaadin.flow.component.splitlayout.SplitLayout.Orientation
Packages that use SplitLayout.Orientation
-
Uses of SplitLayout.Orientation in com.vaadin.flow.component.splitlayout
Methods in com.vaadin.flow.component.splitlayout that return SplitLayout.OrientationModifier and TypeMethodDescriptionSplitLayout.getOrientation()Get the orientation of the SplitLayout.static SplitLayout.OrientationReturns the enum constant of this class with the specified name.static SplitLayout.Orientation[]SplitLayout.Orientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.splitlayout with parameters of type SplitLayout.OrientationModifier and TypeMethodDescriptionvoidSplitLayout.setOrientation(SplitLayout.Orientation orientation) Set the orientation of the SplitLayout.Constructors in com.vaadin.flow.component.splitlayout with parameters of type SplitLayout.OrientationModifierConstructorDescriptionSplitLayout(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.