public final enum

ButtonGroupType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.client.api.ButtonGroupType

Class Overview

Button group types to be used in dialog boxes.

Summary

Enum Values
ButtonGroupType  OK  A single OK button. 
ButtonGroupType  OK_CANCEL  Two buttons, OK and Cancel. 
ButtonGroupType  YES_NO  Two buttons, YES and NO. 
ButtonGroupType  YES_NO_CANCEL  Three buttons, YES, NO, and CANCEL. 
Public Methods
static ButtonGroupType valueOf(String name)
final static ButtonGroupType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ButtonGroupType OK

A single OK button.

public static final ButtonGroupType OK_CANCEL

Two buttons, OK and Cancel.

public static final ButtonGroupType YES_NO

Two buttons, YES and NO.

public static final ButtonGroupType YES_NO_CANCEL

Three buttons, YES, NO, and CANCEL.

Public Methods

public static ButtonGroupType valueOf (String name)

public static final ButtonGroupType[] values ()