Example usage for com.vaadin.v7.data.util PropertyValueGenerator subclass-usage

List of usage examples for com.vaadin.v7.data.util PropertyValueGenerator subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.v7.data.util PropertyValueGenerator subclass-usage.

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> {