public static enum WizardController.Property extends java.lang.Enum<WizardController.Property>
| Enum Constant and Description |
|---|
BACK_STEP_ENABLED |
LAST_STEP |
NEXT_STEP_ENABLED |
RESIZABLE |
STEP_ICON |
STEP_VIEW |
TITLE |
| Modifier and Type | Method and Description |
|---|---|
static WizardController.Property |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WizardController.Property[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WizardController.Property BACK_STEP_ENABLED
public static final WizardController.Property NEXT_STEP_ENABLED
public static final WizardController.Property LAST_STEP
public static final WizardController.Property STEP_VIEW
public static final WizardController.Property STEP_ICON
public static final WizardController.Property TITLE
public static final WizardController.Property RESIZABLE
public static WizardController.Property[] values()
for (WizardController.Property c : WizardController.Property.values()) System.out.println(c);
public static WizardController.Property valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null

© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License