Example usage for com.google.gwt.user.cellview.client AbstractHasData subclass-usage

List of usage examples for com.google.gwt.user.cellview.client AbstractHasData subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.cellview.client AbstractHasData subclass-usage.

Usage

From source file com.mj.jqplot.sampling.client.SamplingChart.java

public class SamplingChart extends AbstractHasData<JQplotData> {

    protected static Logger logger = Logger.getLogger("");

    //Jqplot chart data sampling.    
    private JQplotLineChart lineChart;