Package | Description |
---|---|
com.vaadin.flow.component.splitlayout |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SplitLayout.setOrientation(SplitLayout.Orientation orientation)
Set the orientation of the SplitLayout.
|
Copyright © 2025. All rights reserved.