Serializable
, Comparable<Wizard.PropertyKeys>
public static enum Wizard.PropertyKeys extends Enum<Wizard.PropertyKeys>
Enum Constant | Description |
---|---|
backLabel |
|
flowListener |
|
nextLabel |
|
onback |
|
onnext |
|
showNavBar |
|
showStepStatus |
|
step |
|
style |
|
styleClass |
|
widgetVar |
Modifier and Type | Method | Description |
---|---|---|
String |
toString() |
|
static Wizard.PropertyKeys |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Wizard.PropertyKeys[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Wizard.PropertyKeys widgetVar
public static final Wizard.PropertyKeys step
public static final Wizard.PropertyKeys style
public static final Wizard.PropertyKeys styleClass
public static final Wizard.PropertyKeys flowListener
public static final Wizard.PropertyKeys showNavBar
public static final Wizard.PropertyKeys showStepStatus
public static final Wizard.PropertyKeys onback
public static final Wizard.PropertyKeys onnext
public static final Wizard.PropertyKeys nextLabel
public static final Wizard.PropertyKeys backLabel
public static Wizard.PropertyKeys[] values()
for (Wizard.PropertyKeys c : Wizard.PropertyKeys.values()) System.out.println(c);
public static Wizard.PropertyKeys 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 nullpublic String toString()
toString
in class Enum<Wizard.PropertyKeys>
Copyright © 2018. All rights reserved.