Example usage for com.vaadin.v7.server.communication.data DataGenerator interface-usage

List of usage examples for com.vaadin.v7.server.communication.data DataGenerator interface-usage

Introduction

In this page you can find the example usage for com.vaadin.v7.server.communication.data DataGenerator interface-usage.

Usage

From source file com.haulmont.cuba.web.widgets.renderers.componentrenderer.ComponentRenderer.java

/**
 * A renderer for vaadin trackedComponents.
 *
 * Every component column must use its own renderer, so tracking the trackedComponents by column works correctly.
 *
 * @author Jonas Hahn (jonas.hahn@datenhahn.de)