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