Package | Description |
---|---|
com.google.gwt.cell.client | |
com.google.gwt.widget.client |
Modern widgets, usually backed by Cells.
|
Modifier and Type | Class and Description |
---|---|
static class |
TextButtonCell.DefaultAppearance
The default implementation of the
TextButtonCell.Appearance . |
Constructor and Description |
---|
TextButtonCell(TextButtonCell.Appearance appearance)
Construct a
TextButtonCell using the specified TextButtonCell.Appearance
to render the cell. |
Constructor and Description |
---|
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. |