Uses of Class
com.google.gwt.cell.client.AbstractCell
Package
Description
-
Uses of AbstractCell in com.google.gwt.cell.client
Modifier and TypeClassDescriptionclass
AbstractEditableCell<C,
V> A default implementation of theCell
interface used for editable cells that need to save view data state for specific values.class
AbstractInputCell<C,
V> AnAbstractCell
used to render input elements that can receive focus.class
A superclass forCell
s that render or escape a String argument as HTML.class
ActionCell<C>
A cell that renders a button and takes a delegate to perform actions on mouseUp.class
ACell
used to render a button.class
Base class for button Cells.class
ACell
used to render a checkbox.class
ACell
used to render text.class
class
class
class
An editable text cell.class
AnAbstractCell
used to render an image.class
AnAbstractCell
used to render an image.class
AnAbstractCell
used to render anImageResource
.class
ACell
used to render formatted numbers.class
ACell
used to render safe HTML markup.class
AnAbstractCell
used to render an image by using aSafeUri
.class
ACell
used to render a drop-down list.class
TextButtonCell
is a simple button with text content.class
ACell
used to render text.class
AnAbstractCell
used to render a text input.