# Enum: com.pnfsoftware.jeb.client.api.ButtonGroupType

Button group types to be used in dialog boxes.

## Constant: OK
Description: A single OK button.

## Constant: OK_CANCEL
Description: Two buttons, OK and Cancel.

## Constant: YES_NO
Description: Two buttons, YES and NO.

## Constant: YES_NO_CANCEL
Description: Three buttons, YES, NO, and CANCEL.

## Static Method: valueOf
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.client.api.ButtonGroupType`


## Static Method: values
- return type: `com.pnfsoftware.jeb.client.api.ButtonGroupType[]`


