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.ViewModeAlertAppHandler. alertViewModeprotected static AlertAppHandler.ViewModeAlertAppHandler. DEFAULT_VIEW_MODEMethods in com.jalios.jcms.alert that return AlertAppHandler.ViewMode Modifier and Type Method Description AlertAppHandler.ViewModeAlertAppHandler. getAvailableAlertViewMode()static AlertAppHandler.ViewModeAlertAppHandler.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 voidAlertAppHandler. setAlertViewMode(AlertAppHandler.ViewMode alertViewMode)
-