T
- the row typepublic abstract class WidgetColumn<T,C extends com.google.gwt.user.client.ui.Widget> extends Column<T,C>
TextCell
and does not make
use of view data.Constructor and Description |
---|
WidgetColumn() |
WidgetColumn(WidgetCell<T,C> cell) |
Modifier and Type | Method and Description |
---|---|
C |
render(com.google.gwt.cell.client.Cell.Context context,
T object) |
void |
render(com.google.gwt.cell.client.Cell.Context context,
T object,
com.google.gwt.safehtml.shared.SafeHtmlBuilder sb)
Render the object into the cell.
|
autoSort, defaultSortAscending, fieldUpdater, getCell, getFieldUpdater, getHideOn, getName, getSortComparator, getStyleProperties, getStyleProperty, getTextAlign, getValue, getWidth, hideOn, isAutoSort, isDefaultSortAscending, isNumeric, isSortable, name, numeric, onBrowserEvent, setAutoSort, setDefaultSortAscending, setFieldUpdater, setHideOn, setName, setNumeric, setSortComparator, setStyleProperties, setStyleProperty, setTextAlign, setWidth, sortComparator, styleProperties, textAlign, toString, width
public WidgetColumn()
public WidgetColumn(WidgetCell<T,C> cell)
Copyright © 2018. All rights reserved.