Uses of Enum
org.apache.tapestry5.alerts.Severity
Packages that use Severity
Package
Description
Support for a standard way of presenting alerts to the user, via the
AlertManager
service combined with the
Alerts
component.[INTERNAL USE ONLY] support classes for Alerts; API subject to change
-
Uses of Severity in org.apache.tapestry5.alerts
Fields in org.apache.tapestry5.alerts declared as SeverityMethods in org.apache.tapestry5.alerts that return SeverityModifier and TypeMethodDescriptionstatic Severity
Returns the enum constant of this type with the specified name.static Severity[]
Severity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tapestry5.alerts with parameters of type SeverityModifier and TypeMethodDescriptionvoid
Adds an alert with configurable severity and duration.void
Adds an alert with configurable severity and duration.Constructors in org.apache.tapestry5.alerts with parameters of type Severity -
Uses of Severity in org.apache.tapestry5.internal.alerts
Methods in org.apache.tapestry5.internal.alerts with parameters of type Severity