Uses of Class
com.flowingcode.vaadin.addons.easygrid.BeanPropertyDefinition
Packages that use BeanPropertyDefinition
-
Uses of BeanPropertyDefinition in com.flowingcode.vaadin.addons.easygrid
Methods in com.flowingcode.vaadin.addons.easygrid that return BeanPropertyDefinitionModifier and TypeMethodDescriptionstatic <T> BeanPropertyDefinition<T,?> BeanPropertyDefinition.of(PropertySet<T> propertySet, Class<?> beanType, String propertyName) Returns aBeanPropertyDefinitionfor the given property, combining thePropertySetentry with thePropertyDescriptorobtained via introspection.