Class TextColumn<T>

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

public abstract class TextColumn<T> extends Column<T,String>
A column that displays its contents with a TextCell and does not make use of view data.
  • Constructor Details

    • TextColumn

      public TextColumn()
      Construct a new TextColumn.