Uses of Enum Class
com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode
Packages that use FlexComponent.JustifyContentMode
-
Uses of FlexComponent.JustifyContentMode in com.vaadin.flow.component.orderedlayout
Methods in com.vaadin.flow.component.orderedlayout that return FlexComponent.JustifyContentModeModifier and TypeMethodDescriptiondefault FlexComponent.JustifyContentMode
FlexComponent.getJustifyContentMode()
Gets the current justify content mode of the layout.Returns the enum constant of this class with the specified name.static FlexComponent.JustifyContentMode[]
FlexComponent.JustifyContentMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.orderedlayout with parameters of type FlexComponent.JustifyContentModeModifier and TypeMethodDescriptiondefault void
FlexComponent.setJustifyContentMode
(FlexComponent.JustifyContentMode justifyContentMode) Sets theFlexComponent.JustifyContentMode
used by this layout.Constructors in com.vaadin.flow.component.orderedlayout with parameters of type FlexComponent.JustifyContentModeModifierConstructorDescriptionHorizontalLayout
(FlexComponent.JustifyContentMode justifyContentMode, Component... children) Convenience constructor to create a layout with the children and specified justifyContentMode.VerticalLayout
(FlexComponent.JustifyContentMode justifyContentMode, Component... children) Convenience constructor to create a layout with the children and specified justifyContentMode.