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

Example usage for Java com.google.gwt.user.client.ui FlexTable 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 FlexTable.

The text is from its open source code.

Subclass

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

Constructor

Method

voidaddCell(int row)
Appends a cell to the specified row.
intgetCellCount(int row)
Gets the number of cells on a given row.
FlexCellFormattergetFlexCellFormatter()
Explicitly gets the FlexCellFormatter .
intgetRowCount()
Gets the number of rows.
voidinsertCell(int beforeRow, int beforeColumn)
Inserts a cell into the FlexTable.
intinsertRow(int beforeRow)
Inserts a row into the FlexTable.
voidremoveAllRows()
Remove all rows in this table.
voidremoveCell(int row, int col)
voidremoveRow(int row)