| Summary: | Allow adding an exit confirmation programmatically | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Ralf Sternberg <rsternberg> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | ruediger.herrmann |
| Version: | 1.5 | ||
| Target Milestone: | 2.0 M3 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Bug Depends on: | 393419 | ||
| Bug Blocks: | |||
|
Description
Ralf Sternberg
Setting to P2, we should address this in RAP 2.0. *** Bug 393420 has been marked as a duplicate of this bug. *** Once this API is there, the remaining workbench code/extension attributes that deal with exit confirmation should be removed. Suggestion: Provide a client service for exit confirmation feature:
public interface ExitConfirmation {
void setMessage( String );
String exitConfirmation.getMessage();
}
* setMessage( null ) clears the message.
Introduced ExitConfirmation as a client service in commit 0229f586dc8a4a0070913cabbbe02900b8b5e8d3. This service is currently supported by the WebClient. |