public static enum AjaxErrorHandler.PropertyKeys extends java.lang.Enum<AjaxErrorHandler.PropertyKeys>
| Enum Constant and Description |
|---|
body |
button |
buttonOnclick |
mode |
onerror |
title |
type |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static AjaxErrorHandler.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AjaxErrorHandler.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AjaxErrorHandler.PropertyKeys type
public static final AjaxErrorHandler.PropertyKeys title
public static final AjaxErrorHandler.PropertyKeys body
public static final AjaxErrorHandler.PropertyKeys button
public static final AjaxErrorHandler.PropertyKeys buttonOnclick
public static final AjaxErrorHandler.PropertyKeys onerror
public static final AjaxErrorHandler.PropertyKeys mode
public static final AjaxErrorHandler.PropertyKeys widgetVar
public static AjaxErrorHandler.PropertyKeys[] values()
for (AjaxErrorHandler.PropertyKeys c : AjaxErrorHandler.PropertyKeys.values()) System.out.println(c);
public static AjaxErrorHandler.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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<AjaxErrorHandler.PropertyKeys>Copyright © 2011-2014. All Rights Reserved.