Serializable
, Comparable<CommandButton.PropertyKeys>
public static enum CommandButton.PropertyKeys extends Enum<CommandButton.PropertyKeys>
Enum Constant | Description |
---|---|
ajax |
|
ariaLabel |
|
async |
|
delay |
|
escape |
|
form |
|
global |
|
icon |
|
iconPos |
|
ignoreAutoUpdate |
|
inline |
|
oncomplete |
|
onerror |
|
onstart |
|
onsuccess |
|
partialSubmit |
|
partialSubmitFilter |
|
process |
|
renderDisabledClick |
|
resetValues |
|
timeout |
|
update |
|
validateClient |
|
widgetVar |
Modifier and Type | Method | Description |
---|---|---|
String |
toString() |
|
static CommandButton.PropertyKeys |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static CommandButton.PropertyKeys[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandButton.PropertyKeys widgetVar
public static final CommandButton.PropertyKeys ajax
public static final CommandButton.PropertyKeys async
public static final CommandButton.PropertyKeys process
public static final CommandButton.PropertyKeys update
public static final CommandButton.PropertyKeys onstart
public static final CommandButton.PropertyKeys oncomplete
public static final CommandButton.PropertyKeys onerror
public static final CommandButton.PropertyKeys onsuccess
public static final CommandButton.PropertyKeys global
public static final CommandButton.PropertyKeys delay
public static final CommandButton.PropertyKeys timeout
public static final CommandButton.PropertyKeys partialSubmit
public static final CommandButton.PropertyKeys resetValues
public static final CommandButton.PropertyKeys ignoreAutoUpdate
public static final CommandButton.PropertyKeys icon
public static final CommandButton.PropertyKeys iconPos
public static final CommandButton.PropertyKeys inline
public static final CommandButton.PropertyKeys escape
public static final CommandButton.PropertyKeys validateClient
public static final CommandButton.PropertyKeys partialSubmitFilter
public static final CommandButton.PropertyKeys form
public static final CommandButton.PropertyKeys renderDisabledClick
public static final CommandButton.PropertyKeys ariaLabel
public static CommandButton.PropertyKeys[] values()
for (CommandButton.PropertyKeys c : CommandButton.PropertyKeys.values()) System.out.println(c);
public static CommandButton.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<CommandButton.PropertyKeys>
Copyright © 2018. All rights reserved.