|
GWT 2.4.0 | |||||||||
| 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 |
AbstractCellTable.addColumn(Column<T,?> col,
Header<?> header)
Adds a column to the end of the table with an associated header. |
void |
AbstractCellTable.addColumn(Column<T,?> col,
Header<?> header,
Header<?> footer)
Adds a column to the end of the table with an associated header and footer. |
void |
AbstractCellTable.addColumn(Column<T,?> col,
Header<?> header,
Header<?> footer)
Adds a column to the end of the table with an associated header and footer. |
void |
AbstractCellTable.insertColumn(int beforeIndex,
Column<T,?> col,
Header<?> header)
Inserts a column into the table at the specified index with an associated header. |
void |
AbstractCellTable.insertColumn(int beforeIndex,
Column<T,?> col,
Header<?> header,
Header<?> footer)
Inserts a column into the table at the specified index with an associated header and footer. |
void |
AbstractCellTable.insertColumn(int beforeIndex,
Column<T,?> col,
Header<?> header,
Header<?> footer)
Inserts a column into the table at the specified index with an associated header and footer. |
|
GWT 2.4.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||