Uses of Class
org.vaadin.miki.superfields.layouts.HeaderFooterFieldWrapper
Packages that use HeaderFooterFieldWrapper
-
Uses of HeaderFooterFieldWrapper in org.vaadin.miki.superfields.layouts
Methods in org.vaadin.miki.superfields.layouts that return HeaderFooterFieldWrapperModifier and TypeMethodDescriptionfinal HeaderFooterFieldWrapper<T,H, F> HeaderFooterFieldWrapper.withDisablingFooterOnReadOnly(boolean state) final HeaderFooterFieldWrapper<T,H, F> HeaderFooterFieldWrapper.withDisablingHeaderOnReadOnly(boolean state) -
Uses of HeaderFooterFieldWrapper in org.vaadin.miki.superfields.util
Methods in org.vaadin.miki.superfields.util that return types with arguments of type HeaderFooterFieldWrapperModifier and TypeMethodDescriptionstatic <T,F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?, T>>
CollectionValueComponentProvider<T,HeaderFooterFieldWrapper<T, com.vaadin.flow.component.orderedlayout.FlexLayout, com.vaadin.flow.component.orderedlayout.FlexLayout>> CollectionComponentProviders.columnWithHeaderAndFooterRows(CollectionValueComponentProvider<T, F> inner, Collection<CollectionComponentProvider<?>> headerComponents, Collection<CollectionComponentProvider<?>> footerComponents) ACollectionValueComponentProviderfor a column-basedHeaderFooterFieldWrapperwhere header and footer are row-basedFlexLayouts.static <T,F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?, T>>
CollectionValueComponentProvider<T,HeaderFooterFieldWrapper<T, com.vaadin.flow.component.orderedlayout.FlexLayout, com.vaadin.flow.component.orderedlayout.FlexLayout>> CollectionComponentProviders.row(CollectionValueComponentProvider<T, F> inner, Collection<CollectionComponentProvider<?>> headerComponents, Collection<CollectionComponentProvider<?>> footerComponents) ACollectionValueComponentProviderthat wraps given field with a layout containing header and footer.static <T,F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?, T>>
CollectionValueComponentProvider<T,HeaderFooterFieldWrapper<T, com.vaadin.flow.component.orderedlayout.FlexLayout, com.vaadin.flow.component.orderedlayout.FlexLayout>> CollectionComponentProviders.rowWithRemoveButtonFirst(CollectionValueComponentProvider<T, F> inner, String removeButtonText) ACollectionValueComponentProviderthat wraps given field with a layout containing a header and footer.static <T,F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?, T>>
CollectionValueComponentProvider<T,HeaderFooterFieldWrapper<T, com.vaadin.flow.component.orderedlayout.FlexLayout, com.vaadin.flow.component.orderedlayout.FlexLayout>> CollectionComponentProviders.rowWithRemoveButtonLast(CollectionValueComponentProvider<T, F> inner, String removeButtonText) ACollectionValueComponentProviderthat wraps given field with a layout containing a header and footer.