Uses of Interface
com.google.gwt.cell.client.ButtonCellBase.Appearance
-
Packages that use ButtonCellBase.Appearance Package Description com.google.gwt.cell.client -
-
Uses of ButtonCellBase.Appearance in com.google.gwt.cell.client
Subinterfaces of ButtonCellBase.Appearance in com.google.gwt.cell.client Modifier and Type Interface Description static interface
TextButtonCell.Appearance
The appearance used to render this Cell.Classes in com.google.gwt.cell.client that implement ButtonCellBase.Appearance Modifier and Type Class Description static class
ButtonCellBase.DefaultAppearance<C>
The default implementation of theButtonCellBase.Appearance
.static class
TextButtonCell.DefaultAppearance
The default implementation of theTextButtonCell.Appearance
.Constructors in com.google.gwt.cell.client with parameters of type ButtonCellBase.Appearance Constructor Description ButtonCellBase(ButtonCellBase.Appearance<C> appearance)
Construct a newButtonCellBase
using the specifiedButtonCellBase.Appearance
to render the contents.
-