GWT 2.7.0

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

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

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

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

Constructors in com.google.gwt.cell.client with parameters of type TextButtonCell.Appearance
TextButtonCell(TextButtonCell.Appearance appearance)
          Construct a TextButtonCell using the specified TextButtonCell.Appearance to render the cell.
 


GWT 2.7.0