Uses of Class
org.vaadin.miki.superfields.collections.MapEntryField
Packages that use MapEntryField
-
Uses of MapEntryField in org.vaadin.miki.superfields.util
Methods in org.vaadin.miki.superfields.util that return types with arguments of type MapEntryFieldModifier and TypeMethodDescriptionstatic <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) ACollectionValueComponentProviderthat produces aMapEntryFieldwith given key and value suppliers.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) ACollectionValueComponentProviderthat produces aMapEntryFieldwith given key and value suppliers, but also sets labels to both produced components..