GWT 2.7.0

Uses of Interface
com.google.gwt.cell.client.ButtonCellBase.Appearance

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

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

Subinterfaces of ButtonCellBase.Appearance in com.google.gwt.cell.client
static interface TextButtonCell.Appearance
          The appearance used to render this Cell.
 

Classes in com.google.gwt.cell.client that implement ButtonCellBase.Appearance
static class ButtonCellBase.DefaultAppearance<C>
          The default implementation of the ButtonCellBase.Appearance.
static class TextButtonCell.DefaultAppearance
          The default implementation of the TextButtonCell.Appearance.
 

Constructors in com.google.gwt.cell.client with parameters of type ButtonCellBase.Appearance
ButtonCellBase(ButtonCellBase.Appearance<C> appearance)
          Construct a new ButtonCellBase using the specified ButtonCellBase.Appearance to render the contents.
 


GWT 2.7.0