| Package | Description | 
|---|---|
| com.google.gwt.cell.client | |
| com.google.gwt.user.cellview.client | The "cellview" widget set. | 
| com.google.gwt.view.client | Classes and interfaces used by the
  cellviewwidget set. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCell<C>A default implementation of the  Cellinterface. | 
| class  | AbstractEditableCell<C,V>A default implementation of the  Cellinterface used for editable
 cells that need to save view data state for specific values. | 
| class  | AbstractInputCell<C,V>An  AbstractCellused to render input elements that can receive focus. | 
| class  | AbstractSafeHtmlCell<C>A superclass for  Cells 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  | ButtonCellA  Cellused to render a button. | 
| class  | ButtonCellBase<C>Base class for button Cells. | 
| class  | CheckboxCellA  Cellused to render a checkbox. | 
| class  | ClickableTextCellA  Cellused to render text. | 
| class  | CompositeCell<C> | 
| class  | DateCellA  Cellused to renderDates. | 
| class  | DatePickerCellA  Cellused to render and editDates. | 
| class  | EditTextCellAn editable text cell. | 
| class  | IconCellDecorator<C> | 
| class  | ImageCell
 An  AbstractCellused to render an image. | 
| class  | ImageLoadingCellAn  AbstractCellused to render an image. | 
| class  | ImageResourceCellAn  AbstractCellused to render anImageResource. | 
| class  | NumberCellA  Cellused to render formatted numbers. | 
| class  | SafeHtmlCellA  Cellused to render safe HTML markup. | 
| class  | SafeImageCell
 An  AbstractCellused to render an image by using aSafeUri. | 
| class  | SelectionCellA  Cellused to render a drop-down list. | 
| class  | TextButtonCellTextButtonCellis a simple button with text content. | 
| class  | TextCellA  Cellused to render text. | 
| class  | TextInputCellAn  AbstractCellused to render a text input. | 
| Modifier and Type | Method and Description | 
|---|---|
| Cell<C> | HasCell. getCell()Returns the  Cellof type C. | 
| Constructor and Description | 
|---|
| IconCellDecorator(ImageResource icon,
                 Cell<C> cell)Construct a new  IconCellDecorator. | 
| IconCellDecorator(ImageResource icon,
                 Cell<C> cell,
                 HasVerticalAlignment.VerticalAlignmentConstant valign,
                 int spacing)Construct a new  IconCellDecorator. | 
| Modifier and Type | Method and Description | 
|---|---|
| Cell<H> | Header. getCell()Return the  Cellresponsible for rendering items in the header. | 
| Cell<C> | Column. getCell()Returns the  Cellresponsible for rendering items in the column. | 
| Cell<C> | CellWidget. getCell()Get the  Cellwrapped by this widget. | 
| protected Cell<T> | CellList. getCell()Return the cell used to render each item. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | AbstractHasData. cellConsumesEventType(Cell<?> cell,
                     java.lang.String eventType)Check if a cell consumes the specified event type. | 
| Constructor and Description | 
|---|
| BrowserCellList(Cell<T> cell,
               int level,
               ProvidesKey<T> keyProvider) | 
| CellList(Cell<T> cell)Construct a new  CellList. | 
| CellList(Cell<T> cell,
        CellList.Resources resources)Construct a new  CellListwith the specifiedCellList.Resources. | 
| CellList(Cell<T> cell,
        CellList.Resources resources,
        ProvidesKey<T> keyProvider) | 
| CellList(Cell<T> cell,
        ProvidesKey<T> keyProvider)Construct a new  CellListwith the specifiedkey
 provider. | 
| CellWidget(Cell<C> cell)Construct a new  CellWidgetwith the specified cell and an initial
 value ofnull. | 
| CellWidget(Cell<C> cell,
          C initialValue)Construct a new  CellWidgetwith the specified cell and initial
 value. | 
| CellWidget(Cell<C> cell,
          C initialValue,
          ProvidesKey<C> keyProvider)Construct a new  CellWidgetwith the specified cell, initial value,
 and key provider. | 
| CellWidget(Cell<C> cell,
          C initialValue,
          ProvidesKey<C> keyProvider,
          Element elem)Creates a  CellWidgetwith the specified cell, initial value, key
 provider, using the specified element as the wrapper around the cell. | 
| CellWidget(Cell<C> cell,
          ProvidesKey<C> keyProvider)Construct a new  CellWidgetwith the specified cell and key
 provider, and an initial value ofnull. | 
| Column(Cell<C> cell)Construct a new Column with a given  Cell. | 
| Header(Cell<H> cell)Construct a Header with a given  Cell. | 
| IdentityColumn(Cell<T> cell)Construct a new IdentityColumn with a given  Cell. | 
| Modifier and Type | Method and Description | 
|---|---|
| Cell<T> | TreeViewModel.DefaultNodeInfo. getCell() | 
| Cell<T> | TreeViewModel.NodeInfo. getCell()Get the  Cellused to render the children of this node. | 
| Constructor and Description | 
|---|
| DefaultNodeInfo(AbstractDataProvider<T> dataProvider,
               Cell<T> cell)Construct a new  TreeViewModel.DefaultNodeInfo. | 
| DefaultNodeInfo(AbstractDataProvider<T> dataProvider,
               Cell<T> cell,
               SelectionModel<? super T> selectionModel,
               CellPreviewEvent.Handler<T> selectionEventManager,
               ValueUpdater<T> valueUpdater)Construct a new  TreeViewModel.DefaultNodeInfo. | 
| DefaultNodeInfo(AbstractDataProvider<T> dataProvider,
               Cell<T> cell,
               SelectionModel<? super T> selectionModel,
               ValueUpdater<T> valueUpdater)Construct a new  TreeViewModel.DefaultNodeInfo. |