GWT 2.7.0

Uses of Class
com.google.gwt.cell.client.AbstractCell

Packages that use AbstractCell
com.google.gwt.cell.client Standard Cell subclasses used by the cellview widgets. 
 

Uses of AbstractCell in com.google.gwt.cell.client
 

Subclasses of AbstractCell in com.google.gwt.cell.client
 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 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 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>
           A Cell that is composed of other Cells.
 class DateCell
          A Cell used to render Dates.
 class DatePickerCell
          A Cell used to render and edit Dates.
 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.
 


GWT 2.7.0