|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column | |
---|---|
com.google.gwt.user.cellview.client | The "cellview" widget set. |
Uses of Column in com.google.gwt.user.cellview.client |
---|
Subclasses of Column in com.google.gwt.user.cellview.client | |
---|---|
class |
IdentityColumn<T>
A passthrough column, useful for giving cells access to the entire row object. |
class |
TextColumn<T>
A column that displays its contents with a TextCell and does not make
use of view data. |
Methods in com.google.gwt.user.cellview.client with parameters of type Column | |
---|---|
void |
CellTable.addColumn(Column<T,?> col)
Adds a column to the table. |
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,
SafeHtml headerHtml)
Adds a column to the table with an associated SafeHtml header. |
void |
CellTable.addColumn(Column<T,?> col,
SafeHtml headerHtml,
SafeHtml footerHtml)
Adds a column to the table with an associated SafeHtml header and
footer. |
void |
CellTable.addColumn(Column<T,?> col,
java.lang.String headerString)
Adds a column to the table with an associated String header. |
void |
CellTable.addColumn(Column<T,?> col,
java.lang.String headerString,
java.lang.String footerString)
Adds a column to the table with an associated String header and footer. |
void |
CellTable.removeColumn(Column<T,?> col)
Remove a column. |
|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |