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