| Package | Description |
|---|---|
| org.vaadin.miki.superfields.layouts | |
| org.vaadin.miki.superfields.util |
| Modifier and Type | Method and Description |
|---|---|
HeaderFooterFieldWrapper<T,H,F> |
HeaderFooterFieldWrapper.withDisablingFooterOnReadOnly(boolean state) |
HeaderFooterFieldWrapper<T,H,F> |
HeaderFooterFieldWrapper.withDisablingHeaderOnReadOnly(boolean state) |
| Modifier and Type | Method and Description |
|---|---|
static <T,F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,T>> |
CollectionComponentProviders.columnWithHeaderAndFooterRows(CollectionValueComponentProvider<T,F> inner,
Collection<CollectionComponentProvider<?>> headerComponents,
Collection<CollectionComponentProvider<?>> footerComponents)
A
CollectionValueComponentProvider for a column-based HeaderFooterFieldWrapper where header and footer are row-based FlexLayouts. |
static <T,F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,T>> |
CollectionComponentProviders.row(CollectionValueComponentProvider<T,F> inner,
Collection<CollectionComponentProvider<?>> headerComponents,
Collection<CollectionComponentProvider<?>> footerComponents)
A
CollectionValueComponentProvider that 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>> |
CollectionComponentProviders.rowWithRemoveButtonFirst(CollectionValueComponentProvider<T,F> inner,
String removeButtonText)
A
CollectionValueComponentProvider that 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>> |
CollectionComponentProviders.rowWithRemoveButtonLast(CollectionValueComponentProvider<T,F> inner,
String removeButtonText)
A
CollectionValueComponentProvider that wraps given field with a layout containing a header and footer. |
Copyright © 2023 Miki. All rights reserved.