Uses of Class
com.vaadin.flow.component.orderedlayout.FlexLayout.FlexDirection
-
-
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.FlexDirectionFlexLayout. getFlexDirection()Gets the flex direction property of the layout.FlexLayout.FlexDirectionFlexLayout. getFlexDirection(com.vaadin.flow.component.HasElement elementContainer)Deprecated.since 23.3 - useFlexLayout.getFlexDirection()to get the flex direction property of the layout directlystatic FlexLayout.FlexDirectionFlexLayout.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 voidFlexLayout. setFlexDirection(FlexLayout.FlexDirection flexDirection)Sets the flex direction property of the layout.
-