public class CmsAliasErrorColumn extends A_CmsAliasTableColumn<CmsAliasTableRow,com.google.gwt.safehtml.shared.SafeHtml,CmsAliasCellTable>
| 构造器和说明 |
|---|
CmsAliasErrorColumn()
Creates a new instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addToTable(CmsAliasCellTable table)
Adds the column to the table.
|
java.lang.String |
getCellStyleNames(com.google.gwt.cell.client.Cell.Context context,
CmsAliasTableRow object) |
static java.util.Comparator<CmsAliasTableRow> |
getComparator()
Gets the comparator which should be used for this column.
|
com.google.gwt.safehtml.shared.SafeHtml |
getValue(CmsAliasTableRow row) |
protected static java.lang.String |
getValueInternal(CmsAliasTableRow row)
Static helper method to get the value to display in the column from a row.
|
void |
initSortHandler(com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<CmsAliasTableRow> sortHandler)
Initializes the sort handler to use this column.
|
getCell, getDataStoreName, getFieldUpdater, getHorizontalAlignment, getVerticalAlignment, isDefaultSortAscending, isSortable, onBrowserEvent, render, setCellStyleNames, setDataStoreName, setDefaultSortAscending, setFieldUpdater, setHorizontalAlignment, setSortable, setVerticalAlignmentpublic static java.util.Comparator<CmsAliasTableRow> getComparator()
protected static java.lang.String getValueInternal(CmsAliasTableRow row)
row - the rowpublic void addToTable(CmsAliasCellTable table)
A_CmsAliasTableColumnSubclasses can override this to also set e.g. the column width
addToTable 在类中 A_CmsAliasTableColumn<CmsAliasTableRow,com.google.gwt.safehtml.shared.SafeHtml,CmsAliasCellTable>A_CmsAliasTableColumn.addToTable(com.google.gwt.user.cellview.client.CellTable)public java.lang.String getCellStyleNames(com.google.gwt.cell.client.Cell.Context context,
CmsAliasTableRow object)
getCellStyleNames 在类中 com.google.gwt.user.cellview.client.Column<CmsAliasTableRow,com.google.gwt.safehtml.shared.SafeHtml>Column.getCellStyleNames(com.google.gwt.cell.client.Cell.Context, java.lang.Object)public com.google.gwt.safehtml.shared.SafeHtml getValue(CmsAliasTableRow row)
getValue 在接口中 com.google.gwt.cell.client.HasCell<CmsAliasTableRow,com.google.gwt.safehtml.shared.SafeHtml>getValue 在类中 com.google.gwt.user.cellview.client.Column<CmsAliasTableRow,com.google.gwt.safehtml.shared.SafeHtml>Column.getValue(java.lang.Object)public void initSortHandler(com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler<CmsAliasTableRow> sortHandler)
A_CmsAliasTableColumninitSortHandler 在类中 A_CmsAliasTableColumn<CmsAliasTableRow,com.google.gwt.safehtml.shared.SafeHtml,CmsAliasCellTable>sortHandler - the sort handlerA_CmsAliasTableColumn.initSortHandler(com.google.gwt.user.cellview.client.ColumnSortEvent.ListHandler)