Uses of Class
com.google.gwt.widgetideas.table.client.InlineCellEditor

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

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

Subclasses of InlineCellEditor in com.google.gwt.widgetideas.table.client
 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.