Example usage for com.google.gwt.gen2.table.client DefaultRowRenderer subclass-usage

List of usage examples for com.google.gwt.gen2.table.client DefaultRowRenderer subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.gen2.table.client DefaultRowRenderer subclass-usage.

Usage

From source file com.qualogy.qafe.gwt.client.component.QDefaultRowRenderer.java

public class QDefaultRowRenderer<RowType> extends DefaultRowRenderer<RowType> {

    private String[] rowColors;

    public QDefaultRowRenderer(String[] rowColors) {
        this.rowColors = rowColors;