GWT 2.7.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.
ButtonCellBase
          Base class for button Cells.
ButtonCellBase.Appearance
          The appearance used to render this Cell.
ButtonCellBase.Decoration
          The decoration applied to the button.
ButtonCellBase.DefaultAppearance
          The default implementation of the ButtonCellBase.Appearance.
ButtonCellBase.DefaultAppearance.Resources
          The resources used by this appearance.
ButtonCellBase.DefaultAppearance.Style
          The Styles used by this appearance.
Cell
          A lightweight 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.
IsCollapsible
          Indicates that a UI component can be collapsed next to another UI component, thus sharing a common border.
TextButtonCell.Appearance
          The appearance used to render 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 lightweight 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 lightweight 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.7.0