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.DecorationButtonCellBase. getDecoration()Get the decoration style of the button.static ButtonCellBase.DecorationButtonCellBase.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 voidButtonCellBase. setDecoration(ButtonCellBase.Decoration decoration)Set theButtonCellBase.Decorationof the button.
-