public static enum RenderKitUtils.ScriptHashVariableWrapper extends Enum<RenderKitUtils.ScriptHashVariableWrapper>
Enum Constant and Description |
---|
asArray
Convert parameter to array of srings.
|
eventHandler
Event handler functions wrapper.
|
noop
No-op default wrapper
|
Modifier and Type | Method and Description |
---|---|
static RenderKitUtils.ScriptHashVariableWrapper |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderKitUtils.ScriptHashVariableWrapper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderKitUtils.ScriptHashVariableWrapper noop
public static final RenderKitUtils.ScriptHashVariableWrapper asArray
public static final RenderKitUtils.ScriptHashVariableWrapper eventHandler
functionCodeobject into:
function(event) { functionCode }
public static RenderKitUtils.ScriptHashVariableWrapper[] values()
for (RenderKitUtils.ScriptHashVariableWrapper c : RenderKitUtils.ScriptHashVariableWrapper.values()) System.out.println(c);
public static RenderKitUtils.ScriptHashVariableWrapper 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 © 2015 JBoss by Red Hat. All Rights Reserved.