Uses of Interface
com.google.gwt.widgetideas.table.client.AbstractCellEditor.Callback

Packages that use AbstractCellEditor.Callback
com.google.gwt.widgetideas.table.client   
 

Uses of AbstractCellEditor.Callback in com.google.gwt.widgetideas.table.client
 

Methods in com.google.gwt.widgetideas.table.client that return AbstractCellEditor.Callback
protected  AbstractCellEditor.Callback<R> PagingScrollTable.getCellEditorCallback()
           
 

Methods in com.google.gwt.widgetideas.table.client with parameters of type AbstractCellEditor.Callback
 void TextCellEditor.editCell(AbstractCellEditor.CellEditInfo<R> cellEditInfo, AbstractCellEditor.Callback<R> callback)
           
 void AbstractCellEditor.editCell(AbstractCellEditor.CellEditInfo<R> cellEditInfo, AbstractCellEditor.Callback<R> callback)
          Handle a request from the table to edit a cell.
 void ListCellEditor.editCell(AbstractCellEditor.CellEditInfo<R> cellEditInfo, AbstractCellEditor.Callback<R> callback)
           
 void InlineCellEditor.editCell(AbstractCellEditor.CellEditInfo<R> cellEditInfo, AbstractCellEditor.Callback<R> callback)
           
 void RadioCellEditor.editCell(AbstractCellEditor.CellEditInfo<R> cellEditInfo, AbstractCellEditor.Callback<R> callback)