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

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

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

Classes in com.google.gwt.widgetideas.table.client that implement AbstractCellEditor
 class InlineCellEditor<R>
          An abstract representation of an editor used to edit the contents of a cell.
 class ListCellEditor<R>
          A cell editor that lists its options in a drop down box.
 class RadioCellEditor<R>
          A cell editor that lists its options as radio buttons.
 class TextCellEditor<R>
          A text editor used to edit a single line of text.
 

Methods in com.google.gwt.widgetideas.table.client that return AbstractCellEditor
 AbstractCellEditor<R> PagingScrollTable.getCellEditor(int column)
          Get the column editor for a column.
 

Methods in com.google.gwt.widgetideas.table.client with parameters of type AbstractCellEditor
 void PagingScrollTable.setCellEditor(int column, AbstractCellEditor<R> editor)
          Set the cell editor for a column.