public static enum DateTimeInputDialog.DateTimeInputDialogButton extends Enum<DateTimeInputDialog.DateTimeInputDialogButton>
| Enum Constant and Description |
|---|
CANCEL
Cancel button.
|
OK
OK button.
|
| Modifier and Type | Method and Description |
|---|---|
static DateTimeInputDialog.DateTimeInputDialogButton |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeInputDialog.DateTimeInputDialogButton[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DateTimeInputDialog.DateTimeInputDialogButton OK
public static final DateTimeInputDialog.DateTimeInputDialogButton CANCEL
public static DateTimeInputDialog.DateTimeInputDialogButton[] values()
for (DateTimeInputDialog.DateTimeInputDialogButton c : DateTimeInputDialog.DateTimeInputDialogButton.values()) System.out.println(c);
public static DateTimeInputDialog.DateTimeInputDialogButton valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2016 SAPERION AG. All rights reserved.