Java com.google.gwt.gen2.table.client AbstractColumnDefinition fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gen2.table.client AbstractColumnDefinition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gen2.table.client AbstractColumnDefinition.

The text is from its open source code.

Subclass

com.google.gwt.gen2.table.client.AbstractColumnDefinition has subclasses.
Click this link to see all its subclasses.

Method

ColTypegetCellValue(RowType rowValue)
intgetPreferredColumnWidth()
Returns the preferred width of the column in pixels.
voidsetCellRenderer(CellRenderer cellRenderer)
Set the CellRenderer that should be used to render cells in this column.