Uses of Interface
com.google.gwt.cell.client.TextButtonCell.Appearance
-
Packages that use TextButtonCell.Appearance Package Description com.google.gwt.cell.client -
-
Uses of TextButtonCell.Appearance in com.google.gwt.cell.client
Classes in com.google.gwt.cell.client that implement TextButtonCell.Appearance Modifier and Type Class Description static class
TextButtonCell.DefaultAppearance
The default implementation of theTextButtonCell.Appearance
.Constructors in com.google.gwt.cell.client with parameters of type TextButtonCell.Appearance Constructor Description TextButtonCell(TextButtonCell.Appearance appearance)
Construct aTextButtonCell
using the specifiedTextButtonCell.Appearance
to render the cell.
-