Uses of Interface
com.vaadin.data.util.VaadinPropertyDescriptor
-
Packages that use VaadinPropertyDescriptor Package Description com.vaadin.data.util -
-
Uses of VaadinPropertyDescriptor in com.vaadin.data.util
Classes in com.vaadin.data.util that implement VaadinPropertyDescriptor Modifier and Type Class Description class
MethodPropertyDescriptor<BT>
Property descriptor that is able to create simpleMethodProperty
instances for a bean, using given accessors.class
NestedPropertyDescriptor<BT>
Property descriptor that is able to create nested property instances for a bean.Methods in com.vaadin.data.util with parameters of type VaadinPropertyDescriptor Modifier and Type Method Description protected boolean
AbstractBeanContainer. addContainerProperty(String propertyId, VaadinPropertyDescriptor<BEANTYPE> propertyDescriptor)
Adds a property for the container and all its items.
-