public static enum WaitService.JsToolkit extends java.lang.Enum<WaitService.JsToolkit>
Deprecated
use JsToolkit
insteadEnum Constant and Description |
---|
DOJO |
EXTJS |
JQUERY |
PHPJS |
PROTOTYPE |
YUI |
Modifier and Type | Method and Description |
---|---|
static WaitService.JsToolkit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WaitService.JsToolkit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
java.lang.String |
waitCondition() |
java.lang.String |
waitConditionWD() |
public static final WaitService.JsToolkit DOJO
public static final WaitService.JsToolkit EXTJS
public static final WaitService.JsToolkit JQUERY
public static final WaitService.JsToolkit YUI
public static final WaitService.JsToolkit PHPJS
public static final WaitService.JsToolkit PROTOTYPE
public static WaitService.JsToolkit[] values()
for (WaitService.JsToolkit c : WaitService.JsToolkit.values()) System.out.println(c);
public static WaitService.JsToolkit 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 waitCondition()
public java.lang.String waitConditionWD()
Copyright © 2000 Infostretch Corp.