Uses of Class
org.vaadin.miki.superfields.collections.MapField
Packages that use MapField
-
Uses of MapField in org.vaadin.miki.superfields.util.factory
Methods in org.vaadin.miki.superfields.util.factory that return MapFieldModifier and TypeMethodDescriptionprotected <K,V> MapField<K, V> ObjectFieldFactory.buildMapField(Property<?, K> keyProperty, Property<?, V> valueProperty, PropertyComponentBuilder callbackFactory) Builds a map field.