Class ConfirmBox
- java.lang.Object
-
- org.uberfire.ext.security.management.client.widgets.popup.ConfirmBox
-
@Dependent public class ConfirmBox extends Object
A confirmation box presenter.
- Since:
- 0.8.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfirmBox.View
-
Constructor Summary
Constructors Constructor Description ConfirmBox(ConfirmBox.View view)
-
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 noCancelCommand)voidshow(String title, String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand, org.uberfire.mvp.Command cancelCommand)
-
-
-
Constructor Detail
-
ConfirmBox
@Inject public ConfirmBox(ConfirmBox.View view)
-
-