Uses of Class
com.vaadin.data.BeanPropertySet
-
Packages that use BeanPropertySet Package Description com.vaadin.data -
-
Uses of BeanPropertySet in com.vaadin.data
Methods in com.vaadin.data that return BeanPropertySet Modifier and Type Method Description BeanPropertySet<T>
AbstractBeanPropertyDefinition. getPropertySet()
Constructors in com.vaadin.data with parameters of type BeanPropertySet Constructor Description AbstractBeanPropertyDefinition(BeanPropertySet<T> propertySet, Class<?> propertyHolderType, PropertyDescriptor descriptor)
Constructor for setting the immutable descriptor, property set and property holder type used by this instance.NestedBeanPropertyDefinition(BeanPropertySet<T> propertySet, PropertyDefinition<T,?> parent, PropertyDescriptor descriptor)
-