Uses of Class
de.mhus.lib.portlet.callback.CallContext.Alert.PRIORITY
-
Packages that use CallContext.Alert.PRIORITY Package Description de.mhus.lib.portlet.callback -
-
Uses of CallContext.Alert.PRIORITY in de.mhus.lib.portlet.callback
Methods in de.mhus.lib.portlet.callback that return CallContext.Alert.PRIORITY Modifier and Type Method Description static CallContext.Alert.PRIORITYCallContext.Alert.PRIORITY. valueOf(String name)Returns the enum constant of this type with the specified name.static CallContext.Alert.PRIORITY[]CallContext.Alert.PRIORITY. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.mhus.lib.portlet.callback with parameters of type CallContext.Alert.PRIORITY Constructor Description Alert(CallContext.Alert.PRIORITY type, String msg)
-