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.Methods in com.flowingcode.vaadin.addons.easygrid with parameters of type BeanPropertyDefinitionModifier and TypeMethodDescriptionprotected <V> EasyColumn<T,V> EasyGridWrapper.createEasyColumn(BeanPropertyDefinition<T, V> pd) Creates and adds a new column to the wrapped grid for the given bean property, applying theColumnConfigurationresolved for the property's value type.