Uses of Class
com.jalios.jcms.alert.AlertAppHandler.UITab
-
Packages that use AlertAppHandler.UITab Package Description com.jalios.jcms.alert -
-
Uses of AlertAppHandler.UITab in com.jalios.jcms.alert
Fields in com.jalios.jcms.alert declared as AlertAppHandler.UITab Modifier and Type Field Description protected static AlertAppHandler.UITab
AlertAppHandler. DEFAULT_APP_TAB
protected AlertAppHandler.UITab
AlertAppHandler. uiTab
Represents the current / active tab selected by the user (or the default one).Methods in com.jalios.jcms.alert that return AlertAppHandler.UITab Modifier and Type Method Description AlertAppHandler.UITab
AlertAppHandler. getAvailableUITab()
static AlertAppHandler.UITab
AlertAppHandler.UITab. getFromKey(java.lang.String str)
static AlertAppHandler.UITab
AlertAppHandler.UITab. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AlertAppHandler.UITab[]
AlertAppHandler.UITab. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.alert that return types with arguments of type AlertAppHandler.UITab Modifier and Type Method Description java.util.Collection<AlertAppHandler.UITab>
AlertAppHandler. getTabs()
Methods in com.jalios.jcms.alert with parameters of type AlertAppHandler.UITab Modifier and Type Method Description ControlSettings<?>
AlertAppHandler. getUITabSettings(AlertAppHandler.UITab uiTab)
boolean
AlertAppHandler. isActive(AlertAppHandler.UITab uiTab)
-