@ApplicationScoped public class PopupsUtil extends Object
| Constructor and Description |
|---|
PopupsUtil() |
| Modifier and Type | Method and Description |
|---|---|
void |
showErrorPopup(String message) |
void |
showInformationPopup(String message) |
void |
showValidationMessages(List<org.guvnor.common.services.shared.validation.model.ValidationMessage> messages) |
void |
showYesNoPopup(String title,
String message,
org.uberfire.mvp.Command yesCommand,
String yesButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType,
org.uberfire.mvp.Command noCommand,
String noButtonText,
org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType) |
public void showInformationPopup(String message)
public void showErrorPopup(String message)
public void showYesNoPopup(String title, String message, org.uberfire.mvp.Command yesCommand, String yesButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType yesButtonType, org.uberfire.mvp.Command noCommand, String noButtonText, org.gwtbootstrap3.client.ui.constants.ButtonType noButtonType)
public void showValidationMessages(List<org.guvnor.common.services.shared.validation.model.ValidationMessage> messages)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.