Package com.google.gwt.cell.client
Class TextButtonCell.DefaultAppearance
java.lang.Object
com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance<String>
com.google.gwt.cell.client.TextButtonCell.DefaultAppearance
- All Implemented Interfaces:
ButtonCellBase.Appearance<String>,TextButtonCell.Appearance
- Enclosing class:
- TextButtonCell
public static class TextButtonCell.DefaultAppearance
extends ButtonCellBase.DefaultAppearance<String>
implements TextButtonCell.Appearance
The default implementation of the
TextButtonCell.Appearance.-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance
ButtonCellBase.DefaultAppearance.Resources, ButtonCellBase.DefaultAppearance.Style, ButtonCellBase.DefaultAppearance.Template -
Constructor Summary
ConstructorsConstructorDescriptionConstruct a newTextButtonCell.DefaultAppearanceusing the default resources.Construct a newTextButtonCell.DefaultAppearanceusing the specified resources. -
Method Summary
Methods inherited from class com.google.gwt.cell.client.ButtonCellBase.DefaultAppearance
getRenderer, onPush, onUnpush, render, setFocusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.gwt.cell.client.ButtonCellBase.Appearance
onPush, onUnpush, render, setFocus
-
Constructor Details
-
DefaultAppearance
public DefaultAppearance()Construct a newTextButtonCell.DefaultAppearanceusing the default resources.The
TextButtonCell.DefaultAppearancemay be replaced with a more modern appearance in the future. If you want to stay up to date with the latest appearance, useTextButtonCell#createDefaultAppearance()instead of this constructor. If you do not want the appearance to be updated with successive versions of GWT, use this constructor. -
DefaultAppearance
Construct a newTextButtonCell.DefaultAppearanceusing the specified resources.- Parameters:
resources- the resources and styles to apply to the button
-