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

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

The text is from its open source code.

Subclass

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

Field

Constructor

Column(Cell cell)
Construct a new Column with a given Cell .

Method

CellgetCell()
Returns the Cell responsible for rendering items in the column.
StringgetCellStyleNames(Context context, T object)
Get extra style names that should be applied to a cell in this column.
FieldUpdatergetFieldUpdater()
Returns the FieldUpdater used for updating values in the column.
HorizontalAlignmentConstantgetHorizontalAlignment()
CgetValue(T object)
Returns the column value from within the underlying data object.
VerticalAlignmentConstantgetVerticalAlignment()
voidsetCellStyleNames(String styleNames)
Set extra style names that should be applied to every cell.
voidsetDefaultSortAscending(boolean isAscending)
Set whether or not the default sort order is ascending.
voidsetFieldUpdater(FieldUpdater fieldUpdater)
Set the FieldUpdater used for updating values in the column.
voidsetHorizontalAlignment(HorizontalAlignmentConstant align)

The new horizontal alignment will apply the next time the table is rendered.

voidsetSortable(boolean sortable)
Set whether or not the column can be sorted.
voidsetVerticalAlignment(VerticalAlignmentConstant align)

The new vertical alignment will apply the next time the table is rendered.