Uses of Class
com.google.gwt.cell.client.ButtonCellBase.Decoration
-
Packages that use ButtonCellBase.Decoration Package Description com.google.gwt.cell.client -
-
Uses of ButtonCellBase.Decoration in com.google.gwt.cell.client
Methods in com.google.gwt.cell.client that return ButtonCellBase.Decoration Modifier and Type Method Description ButtonCellBase.Decoration
ButtonCellBase. getDecoration()
Get the decoration style of the button.static ButtonCellBase.Decoration
ButtonCellBase.Decoration. valueOf(java.lang.String name)
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.Decoration Modifier and Type Method Description void
ButtonCellBase. setDecoration(ButtonCellBase.Decoration decoration)
Set theButtonCellBase.Decoration
of the button.
-