Class BeanPropertyDefinition<T,V>

java.lang.Object
com.flowingcode.vaadin.addons.easygrid.BeanPropertyDefinition<T,V>
Type Parameters:
T - the bean type
V - the property value type
All Implemented Interfaces:
PropertyDefinition<T,V>, Serializable

public class BeanPropertyDefinition<T,V> extends Object implements PropertyDefinition<T,V>
A PropertyDefinition that additionally exposes the introspected PropertyDescriptor for the underlying bean property.
See Also: