public class CmsAliasSelectionColumn extends A_CmsAliasTableColumn<CmsAliasTableRow,java.lang.Boolean,CmsAliasCellTable>
| 构造器和说明 |
|---|
CmsAliasSelectionColumn(CmsAliasCellTable table)
Creates a new column instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addToTable(CmsAliasCellTable table)
Adds the column to the table.
|
java.lang.Boolean |
getValue(CmsAliasTableRow row) |
initSortHandlergetCell, getCellStyleNames, getDataStoreName, getFieldUpdater, getHorizontalAlignment, getVerticalAlignment, isDefaultSortAscending, isSortable, onBrowserEvent, render, setCellStyleNames, setDataStoreName, setDefaultSortAscending, setFieldUpdater, setHorizontalAlignment, setSortable, setVerticalAlignmentpublic CmsAliasSelectionColumn(CmsAliasCellTable table)
table - public void addToTable(CmsAliasCellTable table)
A_CmsAliasTableColumnSubclasses can override this to also set e.g. the column width
addToTable 在类中 A_CmsAliasTableColumn<CmsAliasTableRow,java.lang.Boolean,CmsAliasCellTable>A_CmsAliasTableColumn.addToTable(com.google.gwt.user.cellview.client.CellTable)public java.lang.Boolean getValue(CmsAliasTableRow row)
getValue 在接口中 com.google.gwt.cell.client.HasCell<CmsAliasTableRow,java.lang.Boolean>getValue 在类中 com.google.gwt.user.cellview.client.Column<CmsAliasTableRow,java.lang.Boolean>Column.getValue(java.lang.Object)