List of usage examples for com.vaadin.v7.data.util PropertyValueGenerator subclass-usage
From source file com.haulmont.cuba.web.widgets.renderers.componentrenderer.grid.ComponentPropertyGenerator.java
/** * A property value generator taylored to the needs of the typed {@link ComponentGrid}. * * @author Jonas Hahn (jonas.hahn@datenhahn.de) */ public class ComponentPropertyGenerator<T> extends PropertyValueGenerator<Component> {