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.UITabAlertAppHandler. DEFAULT_APP_TABprotected AlertAppHandler.UITabAlertAppHandler. uiTabRepresents 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.UITabAlertAppHandler. getAvailableUITab()static AlertAppHandler.UITabAlertAppHandler.UITab. getFromKey(java.lang.String str)static AlertAppHandler.UITabAlertAppHandler.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)booleanAlertAppHandler. isActive(AlertAppHandler.UITab uiTab)
-