GWT 2.3.0

Uses of Package
com.google.gwt.cell.client

Packages that use com.google.gwt.cell.client
com.google.gwt.cell.client Standard Cell subclasses used by the cellview widgets. 
com.google.gwt.user.cellview.client The "cellview" widget set. 
com.google.gwt.view.client Classes and interfaces used by the cellview widget set. 
 

Classes in com.google.gwt.cell.client used by com.google.gwt.cell.client
AbstractCell
          A default implementation of the Cell interface.
AbstractEditableCell
          A default implementation of the Cell interface used for editable cells that need to save view data state for specific values.
AbstractInputCell
          An AbstractCell used to render input elements that can receive focus.
AbstractSafeHtmlCell
          A superclass for Cells that render or escape a String argument as HTML.
ActionCell.Delegate
          The delegate that will handle events from the cell.
Cell
          A light weight representation of a renderable object.
Cell.Context
          Contains information about the context of the Cell.
FieldUpdater
          A FieldUpdater may be added to a Column to update a particular field of a data item.
HasCell
          An interface for extracting a value of type C from an underlying data value of type T, provide a Cell to render that value, and provide a FieldUpdater to perform notification of updates to the cell.
ImageLoadingCell.Renderers
          The renderers used by this cell.
ValueUpdater
          A ValueUpdater may be added to a Cell to provide updated data.
 

Classes in com.google.gwt.cell.client used by com.google.gwt.user.cellview.client
Cell
          A light weight representation of a renderable object.
Cell.Context
          Contains information about the context of the Cell.
FieldUpdater
          A FieldUpdater may be added to a Column to update a particular field of a data item.
HasCell
          An interface for extracting a value of type C from an underlying data value of type T, provide a Cell to render that value, and provide a FieldUpdater to perform notification of updates to the cell.
ValueUpdater
          A ValueUpdater may be added to a Cell to provide updated data.
 

Classes in com.google.gwt.cell.client used by com.google.gwt.view.client
Cell
          A light weight representation of a renderable object.
Cell.Context
          Contains information about the context of the Cell.
ValueUpdater
          A ValueUpdater may be added to a Cell to provide updated data.
 


GWT 2.3.0