Package | Description |
---|---|
com.google.gwt.cell.client |
Modifier and Type | Interface and Description |
---|---|
static interface |
TextButtonCell.Appearance
The appearance used to render this Cell.
|
Modifier and Type | Class and Description |
---|---|
static class |
ButtonCellBase.DefaultAppearance<C>
The default implementation of the
ButtonCellBase.Appearance . |
static class |
TextButtonCell.DefaultAppearance
The default implementation of the
TextButtonCell.Appearance . |
Constructor and Description |
---|
ButtonCellBase(ButtonCellBase.Appearance<C> appearance)
Construct a new
ButtonCellBase using the specified
ButtonCellBase.Appearance to render the contents. |