static <K,V,C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,K>,W extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasValue<?,V>> CollectionValueComponentProvider<Map.Entry<K,V>,MapEntryField<K,V>> |
CollectionComponentProviders.mapEntryField(com.vaadin.flow.function.SerializableSupplier<C> keyComponentSupplier,
com.vaadin.flow.function.SerializableSupplier<W> valueComponentSupplier) |
|
static <K,V,C extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasLabel & com.vaadin.flow.component.HasValue<?,K>,W extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasLabel & com.vaadin.flow.component.HasValue<?,V>> CollectionValueComponentProvider<Map.Entry<K,V>,MapEntryField<K,V>> |
CollectionComponentProviders.mapEntryField(String keyLabel,
com.vaadin.flow.function.SerializableSupplier<C> keyComponentSupplier,
String valueLabel,
com.vaadin.flow.function.SerializableSupplier<W> valueComponentSupplier) |
|