Interface ButtonCellBase.DefaultAppearance.Style

All Superinterfaces:
CssResource, CssResourceBase, ResourcePrototype
Enclosing class:
ButtonCellBase.DefaultAppearance<C>

@ImportedWithPrefix("gwt-ButtonCellBase") public static interface ButtonCellBase.DefaultAppearance.Style extends CssResource
The Styles used by this appearance.
  • Field Details

  • Method Details

    • buttonCellBase

      String buttonCellBase()
      Applied to the button.
    • buttonCellBaseCollapseLeft

      String buttonCellBaseCollapseLeft()
      Applied to the button when it has a collapsed left side.
    • buttonCellBaseCollapseRight

      String buttonCellBaseCollapseRight()
      Applied to the button when it has a collapsed right side.
    • buttonCellBaseDefault

      String buttonCellBaseDefault()
      Applied to default buttons.
    • buttonCellBaseNegative

      String buttonCellBaseNegative()
      Applied to negative buttons.
    • buttonCellBasePrimary

      String buttonCellBasePrimary()
      Applied to primary buttons.
    • buttonCellBasePushing

      String buttonCellBasePushing()
      Applied to the button when being pushed.