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.
  • Constructor Details

    • DefaultAppearance

      public DefaultAppearance()
      Construct a new 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.

    • DefaultAppearance

      public DefaultAppearance(ButtonCellBase.DefaultAppearance.Resources resources)
      Construct a new TextButtonCell.DefaultAppearance using the specified resources.
      Parameters:
      resources - the resources and styles to apply to the button