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 interfaceThe appearance used to render this Cell.Classes in com.google.gwt.cell.client that implement ButtonCellBase.AppearanceModifier and TypeClassDescriptionstatic classThe default implementation of theButtonCellBase.Appearance.static classThe default implementation of theTextButtonCell.Appearance.Constructors in com.google.gwt.cell.client with parameters of type ButtonCellBase.AppearanceModifierConstructorDescriptionButtonCellBase(ButtonCellBase.Appearance<C> appearance) Construct a newButtonCellBaseusing the specifiedButtonCellBase.Appearanceto render the contents.