Interface ConfirmationDialog
-
public interface ConfirmationDialog
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshow(String title, String boldDescription, String question, org.uberfire.mvp.Command onYesAction, org.uberfire.mvp.Command onNoAction)
-