Uses of Enum
com.google.gwt.cell.client.ButtonCellBase.Decoration
Packages that use ButtonCellBase.Decoration
Package
Description
-
Uses of ButtonCellBase.Decoration in com.google.gwt.cell.client
Methods in com.google.gwt.cell.client that return ButtonCellBase.DecorationModifier and TypeMethodDescriptionButtonCellBase.getDecoration()
Get the decoration style of the button.static ButtonCellBase.Decoration
Returns the enum constant of this type with the specified name.static ButtonCellBase.Decoration[]
ButtonCellBase.Decoration.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.gwt.cell.client with parameters of type ButtonCellBase.DecorationModifier and TypeMethodDescriptionvoid
ButtonCellBase.setDecoration
(ButtonCellBase.Decoration decoration) Set theButtonCellBase.Decoration
of the button.