We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Enum Class
com.vaadin.flow.component.Direction
Packages that use Direction
-
Uses of Direction in com.vaadin.flow.component
Methods in com.vaadin.flow.component that return DirectionModifier 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.
Methods in com.vaadin.flow.component with parameters of type DirectionModifier and TypeMethodDescriptionvoid
UI.setDirection
(Direction direction) Sets the direction for the UI.
-
Uses of Direction in com.vaadin.flow.component.page
Method parameters in com.vaadin.flow.component.page with type arguments of type DirectionModifier and TypeMethodDescriptionvoid
Page.fetchPageDirection
(SerializableConsumer<Direction> callback) Retrieves
document.dir
of the current UI from the browser and passes it to thecallback
parameter.