Inherited by ERD2WConfirmPage, ERD2WProgressPage, ERDQuestionPage, ERDRecoverableErrorPage, ERD2WConfirmPageTemplate, ERD2WMessagePageTemplate, ERNEUErrorPage, and ERNEUMessagePage.

Public Member Functions | |
| WOComponent | cancelAction () |
| NextPageDelegate | cancelDelegate () |
| WOComponent | cancelPage () |
| WOComponent | confirmAction () |
| NextPageDelegate | confirmDelegate () |
| WOComponent | confirmPage () |
| ERD2WMessagePage (WOContext c) | |
| Exception | exception () |
| String | formattedMessage () |
| boolean | hasCancelPage () |
| boolean | hasNextPage () |
| String | message () |
| WOComponent | nextPageAction () |
| void | setCancelDelegate (NextPageDelegate cancelDelegate) |
| void | setCancelPage (WOComponent cancelPage) |
| void | setConfirmDelegate (NextPageDelegate confirmPageDelegate) |
| void | setConfirmPage (WOComponent confirmPage) |
| void | setException (Exception exception) |
| void | setMessage (String message) |
| void | setTitle (String title) |
| boolean | showExplanationComponent () |
| String | title () |
| String | titleForPage () |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(ERD2WMessagePage.class) |
Protected Attributes | |
| NextPageDelegate | _cancelDelegate |
| WOComponent | _cancelPage |
| Exception | _exception |
| String | _message |
| String | _title |
explanationComponentName resolves to non-empty, then this component will get shown in the page and wired up with a object, dataSource and pageConfiguration binding. displayNamePageConfiguration messageTitleForPage explanationComponentName | ERD2WMessagePage | ( | WOContext | c | ) |
Public constructor
| c | current context |
| WOComponent cancelAction | ( | ) |
| NextPageDelegate cancelDelegate | ( | ) |
| WOComponent cancelPage | ( | ) |
Implements ERDMessagePageInterface.
| WOComponent confirmAction | ( | ) |
| NextPageDelegate confirmDelegate | ( | ) |
| WOComponent confirmPage | ( | ) |
| Exception exception | ( | ) |
| String formattedMessage | ( | ) |
| boolean hasCancelPage | ( | ) |
| boolean hasNextPage | ( | ) |
| String message | ( | ) |
Reimplemented in ERD2WAjaxMessagePageTemplate.
| WOComponent nextPageAction | ( | ) |
| void setCancelDelegate | ( | NextPageDelegate | cancelDelegate | ) |
| void setCancelPage | ( | WOComponent | cancelPage | ) |
Implements ERDMessagePageInterface.
| void setConfirmDelegate | ( | NextPageDelegate | confirmPageDelegate | ) |
| void setConfirmPage | ( | WOComponent | confirmPage | ) |
| void setException | ( | Exception | ex | ) |
Sets the exception.
Implements ERDErrorPageInterface.
| void setMessage | ( | String | message | ) |
| void setTitle | ( | String | title | ) |
Implements ERDMessagePageInterface.
| boolean showExplanationComponent | ( | ) |
| String title | ( | ) |
Implements ERDMessagePageInterface.
| String titleForPage | ( | ) |
NextPageDelegate _cancelDelegate [protected] |
WOComponent _cancelPage [protected] |
Exception _exception [protected] |
final Logger log = Logger.getLogger(ERD2WMessagePage.class) [static] |
logging support
Reimplemented from ERD2WPage.
Reimplemented in ERD2WProgressPage, and ERD2WProgressPageTemplate.
1.5.8