Uses of Interface
com.google.gwt.cell.client.ButtonCellBase.Appearance
Package
Description
-
Uses of ButtonCellBase.Appearance in com.google.gwt.cell.client
Modifier and TypeInterfaceDescriptionstatic interface
The appearance used to render this Cell.Modifier and TypeClassDescriptionstatic class
The default implementation of theButtonCellBase.Appearance
.static class
The default implementation of theTextButtonCell.Appearance
.ModifierConstructorDescriptionButtonCellBase
(ButtonCellBase.Appearance<C> appearance) Construct a newButtonCellBase
using the specifiedButtonCellBase.Appearance
to render the contents.