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

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

The text is from its open source code.

Method

intgetCellCount(int row)
Gets the number of cells in a given row.
CellFormattergetCellFormatter()
Gets the CellFormatter associated with this table.
ColumnFormattergetColumnFormatter()
Gets the column formatter.
intgetRowCount()
Gets the number of rows present in this table.
RowFormattergetRowFormatter()
Gets the RowFormatter associated with this table.
WidgetgetWidget(int row, int column)
Gets the widget in the specified cell.
voidsetText(int row, int column, String text)
Sets the text within the specified cell.
voidsetWidget(int row, int column, IsWidget widget)
Overloaded version for IsWidget.
voidsetWidget(int row, int column, Widget widget)
Sets the widget within the specified cell.