protected static enum UIPoll.Properties extends Enum<UIPoll.Properties>
Enum Constant and Description |
---|
bypassUpdates |
data |
enabled |
interval |
limitRender |
onbeforedomupdate |
onbegin |
oncomplete |
ontimer |
status |
Modifier and Type | Method and Description |
---|---|
static UIPoll.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIPoll.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIPoll.Properties bypassUpdates
public static final UIPoll.Properties data
public static final UIPoll.Properties enabled
public static final UIPoll.Properties interval
public static final UIPoll.Properties limitRender
public static final UIPoll.Properties onbeforedomupdate
public static final UIPoll.Properties onbegin
public static final UIPoll.Properties oncomplete
public static final UIPoll.Properties ontimer
public static final UIPoll.Properties status
public static UIPoll.Properties[] values()
for (UIPoll.Properties c : UIPoll.Properties.values()) System.out.println(c);
public static UIPoll.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 © 2014 JBoss by Red Hat. All Rights Reserved.