T - the type of the property setV - the property typepublic interface PropertyDefinition<T,V> extends Serializable
PropertySet.| Modifier and Type | Method and Description |
|---|---|
String |
getCaption()
Gets the human readable caption to show for this property.
|
ValueProvider<T,V> |
getGetter()
Gets the value provider that is used for finding the value of this
property for a bean.
|
String |
getName()
Gets the name of this property.
|
PropertySet<T> |
getPropertySet()
Gets the
PropertySet that this property belongs to. |
Optional<Setter<T,V>> |
getSetter()
Gets an optional setter for storing a property value in a bean.
|
Class<V> |
getType()
Gets the type of this property.
|
ValueProvider<T,V> getGetter()
nullOptional<Setter<T,V>> getSetter()
String getName()
nullString getCaption()
nullPropertySet<T> getPropertySet()
PropertySet that this property belongs to.nullCopyright © 2017 Vaadin Ltd. All rights reserved.