Interface ConfirmBox.View
-
- All Known Implementing Classes:
ConfirmBoxView
- Enclosing class:
- ConfirmBox
public static interface ConfirmBox.View
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-