protected static enum UIQueue.Properties extends Enum<UIQueue.Properties>
Enum Constant and Description |
---|
ignoreDupResponses |
name |
onbeforedomupdate |
oncomplete |
onerror |
onrequestdequeue |
onrequestqueue |
onsubmit |
requestDelay |
status |
Modifier and Type | Method and Description |
---|---|
static UIQueue.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIQueue.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIQueue.Properties ignoreDupResponses
public static final UIQueue.Properties name
public static final UIQueue.Properties onbeforedomupdate
public static final UIQueue.Properties oncomplete
public static final UIQueue.Properties onerror
public static final UIQueue.Properties onrequestdequeue
public static final UIQueue.Properties onrequestqueue
public static final UIQueue.Properties onsubmit
public static final UIQueue.Properties requestDelay
public static final UIQueue.Properties status
public static UIQueue.Properties[] values()
for (UIQueue.Properties c : UIQueue.Properties.values()) System.out.println(c);
public static UIQueue.Properties 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 JBoss by Red Hat. All Rights Reserved.