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

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

The text is from its open source code.

Subclass

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

Method

voidaddColumn(Column col, Header header)
Adds a column to the end of the table with an associated header.
voidaddColumn(Column col, SafeHtml headerHtml)
Adds a column to the end of the table with an associated SafeHtml header.
voidaddColumn(Column col, String headerString)
Adds a column to the end of the table with an associated String header.
voidaddColumn(Column col)
Adds a column to the end of the table.
HandlerRegistrationaddColumnSortHandler(ColumnSortEvent.Handler handler)
Add a handler to handle ColumnSortEvent s.
voidclearColumnWidth(Column column)
Clear the width of the specified Column .
voidclearColumnWidth(Integer column)
Clear the width of the specified Column .
ColumngetColumn(int col)
Get the column at the specified index.
intgetColumnCount()
Get the number of columns in the table.
intgetColumnIndex(Column column)
Get the index of the specified column.
ColumnSortListgetColumnSortList()
Get the ColumnSortList that specifies which columns are sorted.
StringgetColumnWidth(Column column)
Get the width of a Column .
StringgetColumnWidth(int columnIndex)
Get the column width.
HeadergetHeader(int index)
Get the Header from the header section that was added with a Column .
ResourcesgetResources()
Get the resources used by this table.
voidsetColumnWidth(Column column, String width)
Set the width of a Column .
voidsetColumnWidth(int column, String width)
Set the width of a Column .
voidsetEmptyTableWidget(Widget widget)
Set the widget to display when the table has no rows.