Uses of Class
com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
-
Packages that use FlexLayout.FlexDirection Package Description com.vaadin.flow.component.orderedlayout -
-
Uses of FlexLayout.FlexDirection in com.vaadin.flow.component.orderedlayout
Methods in com.vaadin.flow.component.orderedlayout that return FlexLayout.FlexDirection Modifier and Type Method Description FlexLayout.FlexDirection
FlexLayout. getFlexDirection(HasElement elementContainer)
Gets the flex direction property of a given element container.static FlexLayout.FlexDirection
FlexLayout.FlexDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlexLayout.FlexDirection[]
FlexLayout.FlexDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.orderedlayout with parameters of type FlexLayout.FlexDirection Modifier and Type Method Description void
FlexLayout. setFlexDirection(FlexLayout.FlexDirection flexDirection)
Sets the flex direction property of the layout.
-