BT
- bean typepublic interface VaadinPropertyDescriptor<BT> extends Serializable
BeanItem
and AbstractBeanContainer
to keep track of
the set of properties of items.Modifier and Type | Method and Description |
---|---|
Property<?> |
createProperty(BT bean)
Creates a new
Property instance for this property for a bean. |
String |
getName()
Returns the name of the property.
|
Class<?> |
getPropertyType()
Returns the type of the property.
|
Copyright © 2016 Vaadin Ltd. All rights reserved.