|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Duration | |
|---|---|
| org.apache.tapestry5.alerts | Support for a standard way of presenting alerts to the user, via the AlertManager service combined with the
Alerts component. |
| org.apache.tapestry5.internal.alerts | [INTERNAL USE ONLY] support classes for Alerts; API subject to change |
| Uses of Duration in org.apache.tapestry5.alerts |
|---|
| Fields in org.apache.tapestry5.alerts declared as Duration | |
|---|---|
Duration |
Alert.duration
|
| Methods in org.apache.tapestry5.alerts that return Duration | |
|---|---|
static Duration |
Duration.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Duration[] |
Duration.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 Duration | |
|---|---|
void |
AlertManager.alert(Duration duration,
Severity severity,
String message)
Adds an alert with configurable severity and duration. |
| Constructors in org.apache.tapestry5.alerts with parameters of type Duration | |
|---|---|
Alert(Duration duration,
Severity severity,
String message)
|
|
| Uses of Duration in org.apache.tapestry5.internal.alerts |
|---|
| Methods in org.apache.tapestry5.internal.alerts with parameters of type Duration | |
|---|---|
void |
AlertManagerImpl.alert(Duration duration,
Severity severity,
String message)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||