Uses of Class
org.vaadin.miki.superfields.layouts.HeaderFooterLayoutWrapper
-
Packages that use HeaderFooterLayoutWrapper Package Description org.vaadin.miki.superfields.layouts org.vaadin.miki.superfields.util -
-
Uses of HeaderFooterLayoutWrapper in org.vaadin.miki.superfields.layouts
Methods in org.vaadin.miki.superfields.layouts that return HeaderFooterLayoutWrapper Modifier and Type Method Description static HeaderFooterLayoutWrapper<com.vaadin.flow.component.orderedlayout.FlexLayout,com.vaadin.flow.component.orderedlayout.FlexLayout,com.vaadin.flow.component.orderedlayout.FlexLayout,com.vaadin.flow.component.orderedlayout.FlexLayout>FlexLayoutHelpers. columnWithHeaderRowAndFooterRow()Returns aFlexLayout-basedHeaderFooterLayoutWrapper, where main alignment and body are columns, and header and footer are rows. -
Uses of HeaderFooterLayoutWrapper in org.vaadin.miki.superfields.util
Methods in org.vaadin.miki.superfields.util that return types with arguments of type HeaderFooterLayoutWrapper Modifier and Type Method Description static CollectionLayoutProvider<HeaderFooterLayoutWrapper<com.vaadin.flow.component.orderedlayout.FlexLayout,com.vaadin.flow.component.orderedlayout.FlexLayout,com.vaadin.flow.component.orderedlayout.FlexLayout,com.vaadin.flow.component.orderedlayout.FlexLayout>>CollectionComponentProviders. columnWithHeaderAndFooterRows(Collection<CollectionComponentProvider<?>> headerComponents, Collection<CollectionComponentProvider<?>> footerComponents)
-