Package com.vaadin.v7.data.util
Interface VaadinPropertyDescriptor<BT>
-
- Type Parameters:
BT- bean type
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
MethodPropertyDescriptor,NestedPropertyDescriptor
@Deprecated public interface VaadinPropertyDescriptor<BT> extends Serializable
Deprecated.As of 8.0, no replacement available.Property descriptor that can create a property instance for a bean. Used byBeanItemandAbstractBeanContainerto keep track of the set of properties of items.- Since:
- 6.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Property<?>createProperty(BT bean)Deprecated.Creates a newPropertyinstance for this property for a bean.StringgetName()Deprecated.Returns the name of the property.Class<?>getPropertyType()Deprecated.Returns the type of the property.
-