Class Column<T,C>

java.lang.Object
com.google.gwt.user.cellview.client.Column<T,C>
Type Parameters:
T - the row type
C - the column type
All Implemented Interfaces:
HasCell<T,C>, HasAlignment, HasHorizontalAlignment, HasVerticalAlignment
Direct Known Subclasses:
IdentityColumn, TextColumn

public abstract class Column<T,C> extends Object implements HasCell<T,C>, HasAlignment
A representation of a column in a table.