GWT 2.4.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. 
com.google.gwt.widget.client Modern widgets, usually backed by Cells. 
 

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.
 

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

Constructors in com.google.gwt.widget.client with parameters of type TextButtonCell.Appearance
TextButton(TextButtonCell.Appearance appearance, java.lang.String text)
          Construct a new TextButton with the specified text using the specified TextButtonCell.Appearance to render the widget.
 


GWT 2.4.0