Uses of Class
com.google.gwt.widgetideas.table.client.overrides.HTMLTable.ColumnFormatter

Packages that use HTMLTable.ColumnFormatter
com.google.gwt.widgetideas.table.client   
com.google.gwt.widgetideas.table.client.overrides   
 

Uses of HTMLTable.ColumnFormatter in com.google.gwt.widgetideas.table.client
 

Subclasses of HTMLTable.ColumnFormatter in com.google.gwt.widgetideas.table.client
 class FixedWidthFlexTable.FixedWidthFlexColumnFormatter
          This class contains methods used to format a table's columns.
 class FixedWidthGrid.FixedWidthGridColumnFormatter
          This class contains methods used to format a table's columns.
 

Uses of HTMLTable.ColumnFormatter in com.google.gwt.widgetideas.table.client.overrides
 

Methods in com.google.gwt.widgetideas.table.client.overrides that return HTMLTable.ColumnFormatter
 HTMLTable.ColumnFormatter HTMLTable.getColumnFormatter()
          Gets the column formatter.
 

Methods in com.google.gwt.widgetideas.table.client.overrides with parameters of type HTMLTable.ColumnFormatter
protected  void HTMLTable.setColumnFormatter(HTMLTable.ColumnFormatter formatter)