Class PopupsUtil
- java.lang.Object
-
- org.kie.workbench.common.screens.datasource.management.client.util.PopupsUtil
-
@ApplicationScoped public class PopupsUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description PopupsUtil()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidshowErrorPopup(String message)voidshowInformationPopup(String message)voidshowValidationMessages(List<org.guvnor.common.services.shared.validation.model.ValidationMessage> messages)voidshowYesNoPopup(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)
-
-
-
Method Detail
-
showInformationPopup
public void showInformationPopup(String message)
-
showErrorPopup
public void showErrorPopup(String message)
-
showYesNoPopup
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)
-
showValidationMessages
public void showValidationMessages(List<org.guvnor.common.services.shared.validation.model.ValidationMessage> messages)
-
-