Class SimplePropertySet.Definition<V>

java.lang.Object
org.dellroad.stuff.vaadin24.data.SimplePropertySet.Definition<V>
Type Parameters:
V - property value type
All Implemented Interfaces:
PropertyDefinition<T,V>, Serializable
Enclosing class:
SimplePropertySet<T>

public class SimplePropertySet.Definition<V> extends Object implements PropertyDefinition<T,V>
A PropertyDefinition within a SimplePropertySet.

Instances provide SimplePropertySet<T>.Definition<V>.Getters that allow recovery of the originating instance; see SimplePropertySet.propertyDefinitionForBinding().

See Also: