public abstract class

TextColumn

extends Column<T, C>
java.lang.Object
   ↳ com.google.gwt.user.cellview.client.Column<T, C>
     ↳ com.google.gwt.user.cellview.client.TextColumn<T>

Class Overview

A column that displays its contents with a TextCell and does not make use of view data.

Summary

[Expand]
Inherited Fields
From interface com.google.gwt.user.client.ui.HasHorizontalAlignment
From interface com.google.gwt.user.client.ui.HasVerticalAlignment
Public Constructors
TextColumn()
Construct a new TextColumn.
[Expand]
Inherited Methods
From class com.google.gwt.user.cellview.client.Column
From class java.lang.Object
From interface com.google.gwt.cell.client.HasCell
From interface com.google.gwt.user.client.ui.HasHorizontalAlignment
From interface com.google.gwt.user.client.ui.HasVerticalAlignment

Public Constructors

public TextColumn ()

Construct a new TextColumn.