Package | Description |
---|---|
com.google.gwt.cell.client |
Standard
Cell subclasses used by the
cellview widgets. |
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,
String text)
Construct a new
TextButton with the specified text using the
specified TextButtonCell.Appearance to render the widget. |
Copyright © 2018. All rights reserved.