|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
BT - bean typepublic interface VaadinPropertyDescriptor<BT>
Property descriptor that can create a property instance for a bean.
Used by BeanItem and AbstractBeanContainer to keep track of
the set of properties of items.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getName()
Class<?> getPropertyType()
Property createProperty(BT bean)
Property instance for this property for a bean.
bean -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||