Class AbstractInputCell<C,V>

java.lang.Object
com.google.gwt.cell.client.AbstractCell<C>
com.google.gwt.cell.client.AbstractEditableCell<C,V>
com.google.gwt.cell.client.AbstractInputCell<C,V>
Type Parameters:
C - the type that this Cell represents
V - the data type of the view data state
All Implemented Interfaces:
Cell<C>
Direct Known Subclasses:
SelectionCell, TextInputCell

public abstract class AbstractInputCell<C,V> extends AbstractEditableCell<C,V>
An AbstractCell used to render input elements that can receive focus.