Package | Description |
---|---|
com.vaadin.flow.component.tabs |
Modifier and Type | Method and Description |
---|---|
Tabs.Orientation |
Tabs.getOrientation()
Gets the orientation of this tab sheet.
|
static Tabs.Orientation |
Tabs.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tabs.Orientation[] |
Tabs.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 |
Tabs.setOrientation(Tabs.Orientation orientation)
Sets the orientation of this tab sheet.
|
Copyright © 2019. All rights reserved.