GWT 2.7.0

Uses of Class
com.google.gwt.cell.client.ButtonCellBase.Decoration

Packages that use ButtonCellBase.Decoration
com.google.gwt.cell.client Standard Cell subclasses used by the cellview widgets. 
 

Uses of ButtonCellBase.Decoration in com.google.gwt.cell.client
 

Methods in com.google.gwt.cell.client that return ButtonCellBase.Decoration
 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
 void ButtonCellBase.setDecoration(ButtonCellBase.Decoration decoration)
          Set the ButtonCellBase.Decoration of the button.
 


GWT 2.7.0