| Class | Description |
|---|---|
| Column<T,C> |
A representation of a column in a table.
|
| TextCell |
A
Cell used to render text. |
| TextColumn<T> |
A column that displays its contents with a
TextCell and does not make
use of view data. |
| WidgetCell<V,C extends com.google.gwt.user.client.ui.Widget> | |
| WidgetColumn<T,C extends com.google.gwt.user.client.ui.Widget> |
A column that displays its contents with a
TextCell and does not make
use of view data. |
Copyright © 2018. All rights reserved.