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