Uses of Class
com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
-
Packages that use FlexComponent.JustifyContentMode Package Description com.vaadin.flow.component.orderedlayout -
-
Uses of FlexComponent.JustifyContentMode in com.vaadin.flow.component.orderedlayout
Methods in com.vaadin.flow.component.orderedlayout that return FlexComponent.JustifyContentMode Modifier and Type Method Description default FlexComponent.JustifyContentMode
FlexComponent. getJustifyContentMode()
Gets the current justify content mode of the layout.static FlexComponent.JustifyContentMode
FlexComponent.JustifyContentMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FlexComponent.JustifyContentMode[]
FlexComponent.JustifyContentMode. 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 FlexComponent.JustifyContentMode Modifier and Type Method Description default void
FlexComponent. setJustifyContentMode(FlexComponent.JustifyContentMode justifyContentMode)
Sets theFlexComponent.JustifyContentMode
used by this layout.
-