Uses of Class
org.vaadin.firitin.components.orderedlayout.VHorizontalLayout
-
Packages that use VHorizontalLayout Package Description org.vaadin.firitin.components.orderedlayout -
-
Uses of VHorizontalLayout in org.vaadin.firitin.components.orderedlayout
Methods in org.vaadin.firitin.components.orderedlayout that return VHorizontalLayout Modifier and Type Method Description VHorizontalLayoutVHorizontalLayout. alignAll(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment)VHorizontalLayoutVHorizontalLayout. space()Adds a spacer component that consumes all available space.VHorizontalLayoutVHorizontalLayout. withAlignItems(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment)VHorizontalLayoutVHorizontalLayout. withAlignSelf(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment, com.vaadin.flow.component.HasElement... elementContainers)VHorizontalLayoutVHorizontalLayout. withComponent(com.vaadin.flow.component.Component component)VHorizontalLayoutVHorizontalLayout. withComponent(com.vaadin.flow.component.Component component, com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment)VHorizontalLayoutVHorizontalLayout. withDefaultVerticalComponentAlignment(com.vaadin.flow.component.orderedlayout.FlexComponent.Alignment alignment)VHorizontalLayoutVHorizontalLayout. withExpand(com.vaadin.flow.component.Component... componentsToExpand)VHorizontalLayoutVHorizontalLayout. withExpanded(com.vaadin.flow.component.Component... components)VHorizontalLayoutVHorizontalLayout. withFlexGrow(double flexGrow, com.vaadin.flow.component.HasElement... elementContainers)VHorizontalLayoutVHorizontalLayout. withJustifyContentMode(com.vaadin.flow.component.orderedlayout.FlexComponent.JustifyContentMode justifyContentMode)VHorizontalLayoutVHorizontalLayout. withSpacing(boolean spacing)
-