Java com.google.gwt.user.client.ui Grid fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Subclass

com.google.gwt.user.client.ui.Grid has subclasses.
Click this link to see all its subclasses.

Constructor

Grid(int rows, int columns)
Constructs a grid with the requested size.
Grid()
Constructor for Grid.

Method

booleanclearCell(int row, int column)
Replaces the contents of the specified cell with a single space.
intgetCellCount(int row)
Return number of columns.
intgetColumnCount()
Gets the number of columns in this grid.
intgetRowCount()
Return number of rows.
intinsertRow(int beforeRow)
Inserts a new row into the table.
voidremoveRow(int row)
voidresize(int rows, int columns)
Resizes the grid.
voidresizeColumns(int columns)
Resizes the grid to the specified number of columns.
voidresizeRows(int rows)
Resizes the grid to the specified number of rows.