JavaScript is disabled on your browser.
The "cellview" widget set.
class
A passthrough column, useful for giving cells access to the entire row
object.
class
A column that displays its contents with a
TextCell
and does not make
use of view data.
Get the column at the specified index.
Get the
Column
that was sorted.
Get the
Column
that was sorted.
Given an element in the DOM subtree returned by the most recent call to
FooterBuilder.buildFooter()
, returns the Column that should be the target of any
button clicks or other events on that element, or null if the events should
be discarded.
Given an element in the DOM subtree returned by the most recent call to
HeaderBuilder.buildHeader()
, returns the Column that should be the target of any
button clicks or other events on that element, or null if the events should
be discarded.
void
Adds a column to the end of the table.
void
Adds a column to the end of the table with an associated
SafeHtml
header.
void
Adds a column to the end of the table with an associated
SafeHtml
header and footer.
void
Adds a column to the end of the table with an associated header.
void
Adds a column to the end of the table with an associated header and footer.
void
Adds a column to the end of the table with an associated String header.
void
Adds a column to the end of the table with an associated String header and
footer.
void
Clear the width of the specified
Column
.
protected final void
Enables column-specific event handling for the specified element.
int
Get the index of the specified column.
Returns the comparator that has been set for the specified column, or
null if no comparator has been set.
void
Inserts a column into the table at the specified index.
void
Inserts a column into the table at the specified index with an associated
SafeHtml
header.
void
Inserts a column into the table at the specified index with an associated
SafeHtml
header and footer.
void
Inserts a column into the table at the specified index with an associated
header.
void
Inserts a column into the table at the specified index with an associated
header and footer.
void
Inserts a column into the table at the specified index with an associated
String header.
void
Inserts a column into the table at the specified index with an associated
String header and footer.
Push a
Column
onto the list at index zero, setting ascending to
true.
void
void
void
void
void
void
Set the comparator used to sort the specified column in ascending order.