@Dependent public class ConfirmBox extends Object
A confirmation box presenter.
Modifier and Type | Class and Description |
---|---|
static interface |
ConfirmBox.View |
Constructor and Description |
---|
ConfirmBox(ConfirmBox.View view) |
Modifier and Type | Method and Description |
---|---|
void |
show(String title,
String message,
Command yesCommand) |
void |
show(String title,
String message,
Command yesCommand,
Command noCancelCommand) |
void |
show(String title,
String message,
Command yesCommand,
Command noCommand,
Command cancelCommand) |
@Inject public ConfirmBox(ConfirmBox.View view)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.