public static interface ConfirmBox.View
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) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.