R
- the row typeV
- the cell value typeT
- the celll table typepublic abstract class A_CmsAliasTableColumn<R,V,T extends com.google.gwt.user.cellview.client.CellTable<R>>
extends com.google.gwt.user.cellview.client.Column<R,V>
构造器和说明 |
---|
A_CmsAliasTableColumn(com.google.gwt.cell.client.Cell<V> cell)
Delegates to the superclass constructor.
|
限定符和类型 | 方法和说明 |
---|---|
abstract void |
addToTable(T table)
Adds the column to the table.
|
void |
initSortHandler(com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<R> sortHandler)
Initializes the sort handler to use this column.
|
getCell, getCellStyleNames, getDataStoreName, getFieldUpdater, getHorizontalAlignment, getValue, getVerticalAlignment, isDefaultSortAscending, isSortable, onBrowserEvent, render, setCellStyleNames, setDataStoreName, setDefaultSortAscending, setFieldUpdater, setHorizontalAlignment, setSortable, setVerticalAlignment
public A_CmsAliasTableColumn(com.google.gwt.cell.client.Cell<V> cell)
cell
- the cell for this columnpublic abstract void addToTable(T table)
Subclasses can override this to also set e.g. the column width
table
- public void initSortHandler(com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<R> sortHandler)
sortHandler
- the sort handler