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 interfaceTextButtonCell.AppearanceThe appearance used to render this Cell.Classes in com.google.gwt.cell.client that implement ButtonCellBase.Appearance Modifier and Type Class Description static classButtonCellBase.DefaultAppearance<C>The default implementation of theButtonCellBase.Appearance.static classTextButtonCell.DefaultAppearanceThe 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 newButtonCellBaseusing the specifiedButtonCellBase.Appearanceto render the contents.
-