Serializable
, Comparable<AjaxBehavior.PropertyKeys>
public static enum AjaxBehavior.PropertyKeys extends Enum<AjaxBehavior.PropertyKeys>
Enum Constant | Description |
---|---|
async |
|
delay |
|
disabled |
|
form |
|
global |
|
ignoreAutoUpdate |
|
immediate |
|
listener |
|
oncomplete |
|
onerror |
|
onstart |
|
onsuccess |
|
partialSubmit |
|
partialSubmitFilter |
|
process |
|
resetValues |
|
skipChildren |
|
timeout |
|
update |
Modifier and Type | Field | Description |
---|---|---|
Class<?> |
expectedType |
Modifier and Type | Method | Description |
---|---|---|
static AjaxBehavior.PropertyKeys |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AjaxBehavior.PropertyKeys[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AjaxBehavior.PropertyKeys update
public static final AjaxBehavior.PropertyKeys process
public static final AjaxBehavior.PropertyKeys global
public static final AjaxBehavior.PropertyKeys async
public static final AjaxBehavior.PropertyKeys oncomplete
public static final AjaxBehavior.PropertyKeys onerror
public static final AjaxBehavior.PropertyKeys onsuccess
public static final AjaxBehavior.PropertyKeys onstart
public static final AjaxBehavior.PropertyKeys listener
public static final AjaxBehavior.PropertyKeys immediate
public static final AjaxBehavior.PropertyKeys disabled
public static final AjaxBehavior.PropertyKeys partialSubmit
public static final AjaxBehavior.PropertyKeys resetValues
public static final AjaxBehavior.PropertyKeys ignoreAutoUpdate
public static final AjaxBehavior.PropertyKeys delay
public static final AjaxBehavior.PropertyKeys timeout
public static final AjaxBehavior.PropertyKeys partialSubmitFilter
public static final AjaxBehavior.PropertyKeys form
public static final AjaxBehavior.PropertyKeys skipChildren
public final Class<?> expectedType
public static AjaxBehavior.PropertyKeys[] values()
for (AjaxBehavior.PropertyKeys c : AjaxBehavior.PropertyKeys.values()) System.out.println(c);
public static AjaxBehavior.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 nullCopyright © 2018. All rights reserved.