Java com.google.gwt.user.cellview.client DataGrid fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.cellview.client DataGrid fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.cellview.client DataGrid.

The text is from its open source code.

Subclass

com.google.gwt.user.cellview.client.DataGrid has subclasses.
Click this link to see all its subclasses.

Constructor

DataGrid(int pageSize, ProvidesKey keyProvider)
Constructs a table with the given page size and the given ProvidesKey key provider .
DataGrid(int pageSize, Resources resources)
Constructs a table with the given page size with the specified Resources .
DataGrid(final int pageSize)
Constructs a table with the given page size.
DataGrid(ProvidesKey keyProvider)
Constructs a table with a default page size of 50, and the given ProvidesKey key provider .
DataGrid()
Constructs a table with a default page size of 50.
DataGrid(int pageSize, Resources resources, ProvidesKey keyProvider)
Constructs a table with the given page size, the specified Resources , and the given key provider.

Method