@ApplicationScoped public class PopupHelper extends Object
| Constructor and Description |
|---|
PopupHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
showErrorPopup(String message) |
void |
showInformationPopup(String message) |
void |
showYesNoPopup(String title,
String message,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command noCommand) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.