Class IdentityColumn<T>

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

public class IdentityColumn<T> extends Column<T,T>
A passthrough column, useful for giving cells access to the entire row object.