BT - bean type@Deprecated public 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)
Deprecated.
Creates a new
Property instance for this property for a bean. |
String |
getName()
Deprecated.
Returns the name of the property.
|
Class<?> |
getPropertyType()
Deprecated.
Returns the type of the property.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.