Class Confirm
java.lang.Object
org.apache.tapestry5.corelib.mixins.Confirm
A mixin that can be placed on a clickable component, such as
LinkSubmit
,
and will raise a confirmation dialog when the element is clicked.- Since:
- 5.4
Name | Type | Flags | Default | Default Prefix |
---|---|---|---|---|
cancel | String | message: | literal | |
The label for the ok button. | ||||
disabled | boolean | false | prop | |
If true, then the mixin does nothing (no attributes added, no module imported). | ||||
message | String | message: | literal | |
The message to present to the user in the body of the modal dialog. | ||||
ok | String | message: | literal | |
The label for the ok button. | ||||
okClass | String | literal | ||
title | String | message: | literal | |
The title for the modal dialog. |
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Confirm
public Confirm()
-