|
||||||||||
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. |
java.lang.String |
getName()
Returns the name of the property. |
java.lang.Class<?> |
getPropertyType()
Returns the type of the property. |
Method Detail |
---|
java.lang.String getName()
java.lang.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 |