Java com.google.gwt.gen2.table.client ScrollTable fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gen2.table.client ScrollTable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gen2.table.client ScrollTable.

The text is from its open source code.

Subclass

com.google.gwt.gen2.table.client.ScrollTable has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidredraw()
Redraw the table.
voidsetCellPadding(int padding)
Sets the amount of padding to be added around all cells.
voidsetCellSpacing(int spacing)
Sets the amount of spacing to be added around all cells.
voidsetColumnSortable(int column, boolean sortable)
Enable or disable sorting on a specific column.
voidsetColumnTruncatable(int column, boolean truncatable)
Enable or disable truncation on a specific column.
intsetColumnWidth(int column, int width)
Set the width of a column.
voidsetFooterTable(FixedWidthFlexTable footerTable)
Set the footer table that appears under the data table.
voidsetMaximumColumnWidth(int column, int maxWidth)
Set the maximum width of the column.
voidsetMinimumColumnWidth(int column, int minWidth)
Set the minimum width of the column.
voidsetPreferredColumnWidth(int column, int preferredWidth)
Set the preferred width of a column.
voidsetResizePolicy(ResizePolicy resizePolicy)
Set the resize policy of the table.
voidsetSortPolicy(SortPolicy sortPolicy)
Set the SortPolicy that defines what columns users can sort.