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 |
---|---|
class |
TextButtonCell
TextButtonCell is a simple button with text content. |
Modifier and Type | Method and Description |
---|---|
void |
ButtonCellBase.Appearance.render(ButtonCellBase<C> cell,
Cell.Context context,
C value,
SafeHtmlBuilder sb)
Render the button and its contents.
|
void |
ButtonCellBase.DefaultAppearance.render(ButtonCellBase<C> cell,
Cell.Context context,
C value,
SafeHtmlBuilder sb) |
Constructor and Description |
---|
ButtonBase(ButtonCellBase<C> cell)
Construct a new
ButtonBase with the specified cell and an initial
value of null . |
ButtonBase(ButtonCellBase<C> cell,
C initialValue)
Construct a new
ButtonBase with the specified cell and initial
value. |
Copyright © 2018. All rights reserved.