public static enum AlertAppHandler.UITab extends java.lang.Enum<AlertAppHandler.UITab>
Enum Constant and Description |
---|
ALERT |
RECOMMENDATION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppBodyJsp() |
java.lang.String |
getAppHeaderTitle(java.lang.String userLang) |
java.lang.String |
getAppSidebarJsp() |
static AlertAppHandler.UITab |
getFromKey(java.lang.String str) |
java.lang.String |
getLabel(java.lang.String userLang) |
java.lang.String |
getNavigationUrl() |
protected java.lang.String |
getParamName() |
java.lang.String |
getValue() |
static AlertAppHandler.UITab |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlertAppHandler.UITab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertAppHandler.UITab ALERT
public static final AlertAppHandler.UITab RECOMMENDATION
public static AlertAppHandler.UITab[] values()
for (AlertAppHandler.UITab c : AlertAppHandler.UITab.values()) System.out.println(c);
public static AlertAppHandler.UITab 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 getAppHeaderTitle(java.lang.String userLang)
userLang
- the user langpublic java.lang.String getValue()
public java.lang.String getLabel(java.lang.String userLang)
userLang
- the user langprotected java.lang.String getParamName()
public static AlertAppHandler.UITab getFromKey(java.lang.String str)
str
- HTML input's valuepublic java.lang.String getNavigationUrl()
public java.lang.String getAppBodyJsp()
public java.lang.String getAppSidebarJsp()
Copyright © 2001-2018 Jalios SA. All Rights Reserved.