protected static enum Timer.PropertyKeys extends java.lang.Enum<Timer.PropertyKeys>
| Enum Constant and Description |
|---|
async |
autoStart |
delay |
form |
format |
formatFunction |
forward |
global |
ignoreAutoUpdate |
ignoreComponentNotFound |
immediate |
interval |
listener |
locale |
oncomplete |
onerror |
onstart |
onsuccess |
ontimercomplete |
ontimerstep |
partialSubmit |
partialSubmitFilter |
process |
resetValues |
singleRun |
style |
styleClass |
timeout |
title |
update |
visible |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
static Timer.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Timer.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Timer.PropertyKeys widgetVar
public static final Timer.PropertyKeys singleRun
public static final Timer.PropertyKeys timeout
public static final Timer.PropertyKeys interval
public static final Timer.PropertyKeys update
public static final Timer.PropertyKeys listener
public static final Timer.PropertyKeys immediate
public static final Timer.PropertyKeys ontimercomplete
public static final Timer.PropertyKeys ontimerstep
public static final Timer.PropertyKeys onstart
public static final Timer.PropertyKeys oncomplete
public static final Timer.PropertyKeys process
public static final Timer.PropertyKeys onerror
public static final Timer.PropertyKeys onsuccess
public static final Timer.PropertyKeys global
public static final Timer.PropertyKeys delay
public static final Timer.PropertyKeys async
public static final Timer.PropertyKeys autoStart
public static final Timer.PropertyKeys partialSubmit
public static final Timer.PropertyKeys resetValues
public static final Timer.PropertyKeys format
public static final Timer.PropertyKeys style
public static final Timer.PropertyKeys styleClass
public static final Timer.PropertyKeys ignoreAutoUpdate
public static final Timer.PropertyKeys visible
public static final Timer.PropertyKeys forward
public static final Timer.PropertyKeys locale
public static final Timer.PropertyKeys formatFunction
public static final Timer.PropertyKeys partialSubmitFilter
public static final Timer.PropertyKeys form
public static final Timer.PropertyKeys title
public static final Timer.PropertyKeys ignoreComponentNotFound
public static Timer.PropertyKeys[] values()
for (Timer.PropertyKeys c : Timer.PropertyKeys.values()) System.out.println(c);
public static Timer.PropertyKeys 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 nullCopyright © 2011–2021. All rights reserved.