Uses of Interface
com.google.gwt.widgetideas.table.client.PagingGrid.CellRenderer

Packages that use PagingGrid.CellRenderer
com.google.gwt.widgetideas.table.client   
 

Uses of PagingGrid.CellRenderer in com.google.gwt.widgetideas.table.client
 

Methods in com.google.gwt.widgetideas.table.client that return PagingGrid.CellRenderer
 PagingGrid.CellRenderer PagingGrid.getCellRenderer()
           
 

Methods in com.google.gwt.widgetideas.table.client with parameters of type PagingGrid.CellRenderer
 void PagingGrid.setCellRenderer(PagingGrid.CellRenderer cellRenderer)
          Set the PagingGrid.CellRenderer used to render cell contents.