Class ConfirmBoxView
- java.lang.Object
-
- org.uberfire.ext.security.management.client.widgets.popup.ConfirmBoxView
-
- All Implemented Interfaces:
ConfirmBox.View
public class ConfirmBoxView extends Object implements ConfirmBox.View
A confirm box view using
org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup.- Since:
- 0.8.0
-
-
Constructor Summary
Constructors Constructor Description ConfirmBoxView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshow(String title, String message, org.uberfire.mvp.Command yesCommand)voidshow(String title, String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand)voidshow(String title, String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand, org.uberfire.mvp.Command cancelCommand)
-
-
-
Method Detail
-
show
public void show(String title, String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand, org.uberfire.mvp.Command cancelCommand)
- Specified by:
showin interfaceConfirmBox.View
-
show
public void show(String title, String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand)
- Specified by:
showin interfaceConfirmBox.View
-
show
public void show(String title, String message, org.uberfire.mvp.Command yesCommand)
- Specified by:
showin interfaceConfirmBox.View
-
-