protected static enum SubmitMonitorBase.PropertyKeys extends java.lang.Enum<SubmitMonitorBase.PropertyKeys>
| Enum Constant and Description |
|---|
activeLabel |
autoCenter |
blockUI |
For |
idleLabel |
networkErrorLabel |
preload |
serverErrorLabel |
sessionExpiredLabel |
styleClass |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static SubmitMonitorBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubmitMonitorBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubmitMonitorBase.PropertyKeys activeLabel
public static final SubmitMonitorBase.PropertyKeys autoCenter
public static final SubmitMonitorBase.PropertyKeys blockUI
public static final SubmitMonitorBase.PropertyKeys For
public static final SubmitMonitorBase.PropertyKeys idleLabel
public static final SubmitMonitorBase.PropertyKeys networkErrorLabel
public static final SubmitMonitorBase.PropertyKeys preload
public static final SubmitMonitorBase.PropertyKeys serverErrorLabel
public static final SubmitMonitorBase.PropertyKeys sessionExpiredLabel
public static final SubmitMonitorBase.PropertyKeys styleClass
public static SubmitMonitorBase.PropertyKeys[] values()
for (SubmitMonitorBase.PropertyKeys c : SubmitMonitorBase.PropertyKeys.values()) System.out.println(c);
public static SubmitMonitorBase.PropertyKeys 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<SubmitMonitorBase.PropertyKeys>Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.