Package | Description |
---|---|
com.google.gwt.cell.client |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEditableCell<C,V>
A default implementation of the
Cell interface used for editable
cells that need to save view data state for specific values. |
class |
AbstractInputCell<C,V>
An
AbstractCell used to render input elements that can receive focus. |
class |
AbstractSafeHtmlCell<C>
A superclass for
Cell 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 |
ButtonCell
A
Cell used to render a button. |
class |
ButtonCellBase<C>
Base class for button Cells.
|
class |
CheckboxCell
A
Cell used to render a checkbox. |
class |
ClickableTextCell
A
Cell used to render text. |
class |
CompositeCell<C>
|
class |
DateCell
A
Cell used to render Date s. |
class |
DatePickerCell
A
Cell used to render and edit Date s. |
class |
EditTextCell
An editable text cell.
|
class |
ImageCell
An
AbstractCell used to render an image. |
class |
ImageLoadingCell
An
AbstractCell used to render an image. |
class |
ImageResourceCell
An
AbstractCell used to render an ImageResource . |
class |
NumberCell
A
Cell used to render formatted numbers. |
class |
SafeHtmlCell
A
Cell used to render safe HTML markup. |
class |
SafeImageCell
An
AbstractCell used to render an image by using a SafeUri . |
class |
SelectionCell
A
Cell used to render a drop-down list. |
class |
TextButtonCell
TextButtonCell is a simple button with text content. |
class |
TextCell
A
Cell used to render text. |
class |
TextInputCell
An
AbstractCell used to render a text input. |