|
GWT 2.1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Header | |
|---|---|
| com.google.gwt.user.cellview.client | The "cellview" widget set. |
| Uses of Header in com.google.gwt.user.cellview.client |
|---|
| Subclasses of Header in com.google.gwt.user.cellview.client | |
|---|---|
class |
SafeHtmlHeader
A Header containing safe HTML data rendered by a SafeHtmlCell. |
class |
TextHeader
A Header containing String data rendered by a TextCell. |
| Methods in com.google.gwt.user.cellview.client with parameters of type Header | |
|---|---|
void |
CellTable.addColumn(Column<T,?> col,
Header<?> header)
Adds a column to the table with an associated header. |
void |
CellTable.addColumn(Column<T,?> col,
Header<?> header,
Header<?> footer)
Adds a column to the table with an associated header and footer. |
void |
CellTable.addColumn(Column<T,?> col,
Header<?> header,
Header<?> footer)
Adds a column to the table with an associated header and footer. |
|
GWT 2.1.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||