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

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

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

Subclasses of HTMLTable.CellFormatter in com.google.gwt.widgetideas.table.client
 class FixedWidthFlexTable.FixedWidthFlexCellFormatter
          FlexTable-specific implementation of HTMLTable.CellFormatter.
 class FixedWidthGrid.FixedWidthGridCellFormatter
          This class contains methods used to format a table's cells.
 class SelectionGrid.SelectionGridCellFormatter
          This class contains methods used to format a table's cells.
 

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

Subclasses of HTMLTable.CellFormatter in com.google.gwt.widgetideas.table.client.overrides
 class FlexTable.FlexCellFormatter
          FlexTable-specific implementation of HTMLTable.CellFormatter.
 

Methods in com.google.gwt.widgetideas.table.client.overrides that return HTMLTable.CellFormatter
 HTMLTable.CellFormatter HTMLTable.getCellFormatter()
          Gets the HTMLTable.CellFormatter associated with this table.
 

Methods in com.google.gwt.widgetideas.table.client.overrides with parameters of type HTMLTable.CellFormatter
protected  void HTMLTable.setCellFormatter(HTMLTable.CellFormatter cellFormatter)
          Sets the table's CellFormatter.