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

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

The text is from its open source code.

Subclass

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

Constructor

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

Method

voidsetColumnWidth(Column column, double width, Unit unit)

The layout behavior depends on whether or not the table is using fixed layout.

voidsetColumnWidth(Column column, String width)

The layout behavior depends on whether or not the table is using fixed layout.

voidsetEmptyTableWidget(Widget widget)
voidsetLoadingIndicator(Widget widget)
voidsetTableLayoutFixed(boolean isFixed)

Enable or disable fixed table layout.

voidsetWidth(String width, boolean isFixedLayout)
Set the width of the width and specify whether or not it should use fixed table layout.