Uses of Interface
com.vaadin.data.util.VaadinPropertyDescriptor
-
Packages that use VaadinPropertyDescriptor Package Description com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. -
-
Uses of VaadinPropertyDescriptor in com.vaadin.data.util
Classes in com.vaadin.data.util that implement VaadinPropertyDescriptor Modifier and Type Class Description classMethodPropertyDescriptor<BT>Property descriptor that is able to create simpleMethodPropertyinstances for a bean, using given accessors.classNestedPropertyDescriptor<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 booleanAbstractBeanContainer. addContainerProperty(String propertyId, VaadinPropertyDescriptor<BEANTYPE> propertyDescriptor)Adds a property for the container and all its items.
-