Uses of Enum Class
com.vaadin.flow.component.orderedlayout.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.JustifyContentModeFlexComponent.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 voidFlexComponent.setJustifyContentMode(FlexComponent.JustifyContentMode justifyContentMode) Sets theFlexComponent.JustifyContentModeused by this layout.Constructors in com.vaadin.flow.component.orderedlayout with parameters of type FlexComponent.JustifyContentModeModifierConstructorDescriptionHorizontalLayout(FlexComponent.JustifyContentMode justifyContentMode, com.vaadin.flow.component.Component... children) Convenience constructor to create a layout with the children and specified justifyContentMode.VerticalLayout(FlexComponent.JustifyContentMode justifyContentMode, com.vaadin.flow.component.Component... children) Convenience constructor to create a layout with the children and specified justifyContentMode.