Uses of Enum Class
com.vaadin.flow.component.Direction
-
Uses of Direction in com.vaadin.flow.component
Modifier and TypeMethodDescriptionstatic Direction
Returns the enum constant of this class with the specified name.static Direction[]
Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
UI.setDirection
(Direction direction) Sets the direction for the UI. -
Uses of Direction in com.vaadin.flow.component.page
Modifier and TypeMethodDescriptionvoid
Page.fetchPageDirection
(SerializableConsumer<Direction> callback) Retrievesdocument.dir
of the current UI from the browser and passes it to thecallback
parameter.