Uses of Class
com.jalios.jcms.alert.AlertAppHandler.ViewMode
-
Packages that use AlertAppHandler.ViewMode Package Description com.jalios.jcms.alert -
-
Uses of AlertAppHandler.ViewMode in com.jalios.jcms.alert
Fields in com.jalios.jcms.alert declared as AlertAppHandler.ViewMode Modifier and Type Field Description protected AlertAppHandler.ViewMode
AlertAppHandler. alertViewMode
protected static AlertAppHandler.ViewMode
AlertAppHandler. DEFAULT_VIEW_MODE
Methods in com.jalios.jcms.alert that return AlertAppHandler.ViewMode Modifier and Type Method Description AlertAppHandler.ViewMode
AlertAppHandler. getAvailableAlertViewMode()
static AlertAppHandler.ViewMode
AlertAppHandler.ViewMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AlertAppHandler.ViewMode[]
AlertAppHandler.ViewMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.alert with parameters of type AlertAppHandler.ViewMode Modifier and Type Method Description void
AlertAppHandler. setAlertViewMode(AlertAppHandler.ViewMode alertViewMode)
-