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() |
Modifier and Type | Method and Description |
---|---|
void |
show(String title,
String message,
Command yesCommand) |
void |
show(String title,
String message,
Command yesCommand,
Command noCommand) |
void |
show(String title,
String message,
Command yesCommand,
Command noCommand,
Command cancelCommand) |
public void show(String title, String message, Command yesCommand, Command noCommand, Command cancelCommand)
show
in interface ConfirmBox.View
public void show(String title, String message, Command yesCommand, Command noCommand)
show
in interface ConfirmBox.View
public void show(String title, String message, Command yesCommand)
show
in interface ConfirmBox.View
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.