Uses of Enum Class
com.vaadin.flow.component.tabs.Tabs.Orientation
Packages that use Tabs.Orientation
-
Uses of Tabs.Orientation in com.vaadin.flow.component.tabs
Methods in com.vaadin.flow.component.tabs that return Tabs.OrientationModifier and TypeMethodDescriptionTabs.getOrientation()
Gets the orientation of this tab sheet.static Tabs.Orientation
Returns the enum constant of this class with the specified name.static Tabs.Orientation[]
Tabs.Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.tabs with parameters of type Tabs.OrientationModifier and TypeMethodDescriptionvoid
Tabs.setOrientation
(Tabs.Orientation orientation) Sets the orientation of this tab sheet.