public class ConfirmBoxView extends Object implements ConfirmBox.View
A confirm box view using org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup.
| Constructor and Description |
|---|
ConfirmBoxView() |
public void show(String title, String message, org.uberfire.mvp.Command yesCommand, org.uberfire.mvp.Command noCommand, org.uberfire.mvp.Command cancelCommand)
show in interface ConfirmBox.ViewCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.