Uses of Class
org.vaadin.firitin.components.orderedlayout.VFlexLayout
Packages that use VFlexLayout
-
Uses of VFlexLayout in org.vaadin.firitin.components.orderedlayout
Methods in org.vaadin.firitin.components.orderedlayout that return VFlexLayoutModifier and TypeMethodDescriptionVFlexLayout.withAlignItems
(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment) VFlexLayout.withAlignSelf
(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment, com.vaadin.flow.component.HasElement... elementContainers) VFlexLayout.withExpand
(com.vaadin.flow.component.Component... componentsToExpand) VFlexLayout.withFlexGrow
(double flexGrow, com.vaadin.flow.component.HasElement... elementContainers) VFlexLayout.withFlexWrap
(com.vaadin.flow.component.orderedlayout.FlexLayout.FlexWrap wrapMode) VFlexLayout.withJustifyContentMode
(com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode justifyContentMode)