Enum ButtonCellBase.Decoration

java.lang.Object
java.lang.Enum<ButtonCellBase.Decoration>
com.google.gwt.cell.client.ButtonCellBase.Decoration
All Implemented Interfaces:
Serializable, Comparable<ButtonCellBase.Decoration>, java.lang.constant.Constable
Enclosing class:
ButtonCellBase<C>

public static enum ButtonCellBase.Decoration extends Enum<ButtonCellBase.Decoration>
The decoration applied to the button.
DEFAULT
A general button used in any context.
PRIMARY
A primary button that stands out against other buttons.
NEGATIVE
A button that results in a negative action, such as delete or cancel