public static class TextButtonCell.DefaultAppearance extends ButtonCellBase.DefaultAppearance<java.lang.String> implements TextButtonCell.Appearance
TextButtonCell.Appearance
.ButtonCellBase.DefaultAppearance.Resources, ButtonCellBase.DefaultAppearance.Style, ButtonCellBase.DefaultAppearance.Template
Constructor and Description |
---|
DefaultAppearance()
Construct a new
TextButtonCell.DefaultAppearance using the default resources. |
DefaultAppearance(ButtonCellBase.DefaultAppearance.Resources resources)
Construct a new
TextButtonCell.DefaultAppearance using the specified resources. |
getRenderer, onPush, onUnpush, render, setFocus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onPush, onUnpush, render, setFocus
public DefaultAppearance()
TextButtonCell.DefaultAppearance
using the default resources.
The TextButtonCell.DefaultAppearance
may be replaced with a more modern
appearance in the future. If you want to stay up to date with the latest
appearance, use TextButtonCell#createDefaultAppearance()
instead
of this constructor. If you do not want the appearance to be updated with
successive versions of GWT, use this constructor.
public DefaultAppearance(ButtonCellBase.DefaultAppearance.Resources resources)
TextButtonCell.DefaultAppearance
using the specified resources.resources
- the resources and styles to apply to the button