public static enum UifConstants.AjaxReturnTypes extends Enum<UifConstants.AjaxReturnTypes>
| Enum Constant and Description |
|---|
DISPLAYLIGHTBOX |
REDIRECT |
UPDATECOMPONENT |
UPDATEDIALOG |
UPDATENONE |
UPDATEPAGE |
UPDATEVIEW |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
void |
setKey(String key) |
static UifConstants.AjaxReturnTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UifConstants.AjaxReturnTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UifConstants.AjaxReturnTypes UPDATEPAGE
public static final UifConstants.AjaxReturnTypes UPDATECOMPONENT
public static final UifConstants.AjaxReturnTypes REDIRECT
public static final UifConstants.AjaxReturnTypes UPDATEVIEW
public static final UifConstants.AjaxReturnTypes UPDATENONE
public static final UifConstants.AjaxReturnTypes DISPLAYLIGHTBOX
public static final UifConstants.AjaxReturnTypes UPDATEDIALOG
public static UifConstants.AjaxReturnTypes[] values()
for (UifConstants.AjaxReturnTypes c : UifConstants.AjaxReturnTypes.values()) System.out.println(c);
public static UifConstants.AjaxReturnTypes 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 © 2005–2018 The Kuali Foundation. All rights reserved.