Class MapPropertySet

java.lang.Object
org.dellroad.stuff.vaadin24.data.SimplePropertySet<Map<String,Object>>
org.dellroad.stuff.vaadin24.data.MapPropertySet
All Implemented Interfaces:
PropertySet<Map<String,Object>>, Serializable

public class MapPropertySet extends SimplePropertySet<Map<String,Object>>
Straightforward implementation of PropertySet with property values stored in a Map.

This class is useful for building arbitrary property sets.

Does not support sub-properties.

See Also: