protected static enum Poll.PropertyKeys extends Enum<Poll.PropertyKeys>
Enum Constant and Description |
---|
async |
autoStart |
delay |
form |
global |
ignoreAutoUpdate |
immediate |
interval |
listener |
oncomplete |
onerror |
onstart |
onsuccess |
partialSubmit |
partialSubmitFilter |
process |
resetValues |
stop |
timeout |
update |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Poll.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Poll.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Poll.PropertyKeys widgetVar
public static final Poll.PropertyKeys interval
public static final Poll.PropertyKeys update
public static final Poll.PropertyKeys listener
public static final Poll.PropertyKeys immediate
public static final Poll.PropertyKeys onstart
public static final Poll.PropertyKeys oncomplete
public static final Poll.PropertyKeys process
public static final Poll.PropertyKeys onerror
public static final Poll.PropertyKeys onsuccess
public static final Poll.PropertyKeys global
public static final Poll.PropertyKeys delay
public static final Poll.PropertyKeys timeout
public static final Poll.PropertyKeys async
public static final Poll.PropertyKeys autoStart
public static final Poll.PropertyKeys stop
public static final Poll.PropertyKeys partialSubmit
public static final Poll.PropertyKeys resetValues
public static final Poll.PropertyKeys ignoreAutoUpdate
public static final Poll.PropertyKeys partialSubmitFilter
public static final Poll.PropertyKeys form
public static Poll.PropertyKeys[] values()
for (Poll.PropertyKeys c : Poll.PropertyKeys.values()) System.out.println(c);
public static Poll.PropertyKeys 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 nullpublic String toString()
toString
in class Enum<Poll.PropertyKeys>
Copyright © 2016. All rights reserved.