GWT 2.4.0

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

Packages that use ButtonCellBase
com.google.gwt.cell.client Standard Cell subclasses used by the cellview widgets. 
com.google.gwt.widget.client Modern widgets, usually backed by Cells. 
 

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

Subclasses of ButtonCellBase in com.google.gwt.cell.client
 class TextButtonCell
          TextButtonCell is a simple button with text content.
 

Methods in com.google.gwt.cell.client with parameters of type ButtonCellBase
 void ButtonCellBase.Appearance.render(ButtonCellBase<C> cell, Cell.Context context, C value, SafeHtmlBuilder sb)
          Render the button and its contents.
 void ButtonCellBase.DefaultAppearance.render(ButtonCellBase<C> cell, Cell.Context context, C value, SafeHtmlBuilder sb)
           
 

Uses of ButtonCellBase in com.google.gwt.widget.client
 

Constructors in com.google.gwt.widget.client with parameters of type ButtonCellBase
ButtonBase(ButtonCellBase<C> cell)
          Construct a new ButtonBase with the specified cell and an initial value of null.
ButtonBase(ButtonCellBase<C> cell, C initialValue)
          Construct a new ButtonBase with the specified cell and initial value.
 


GWT 2.4.0