Search in sources :

Example 21 with YesNoCancelPopup

use of org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup in project kie-wb-common by kiegroup.

the class PopupHelper method showNotificationPopup.

private void showNotificationPopup(final String title, final String message) {
    YesNoCancelPopup popup = newNotificationPopup(title, message);
    popup.setClosable(false);
    popup.clearScrollHeight();
    popup.show();
}
Also used : YesNoCancelPopup(org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup)

Aggregations

YesNoCancelPopup (org.uberfire.ext.widgets.common.client.common.popups.YesNoCancelPopup)21 Command (org.uberfire.mvp.Command)9 ClientSessionCommand (org.kie.workbench.common.stunner.core.client.session.command.ClientSessionCommand)3 Column (com.google.gwt.user.cellview.client.Column)2 TextColumn (com.google.gwt.user.cellview.client.TextColumn)2 TextHeader (com.google.gwt.user.cellview.client.TextHeader)2 Label (org.gwtbootstrap3.client.ui.Label)2 ButtonCell (org.gwtbootstrap3.client.ui.gwt.ButtonCell)2 Import (org.kie.soup.project.datamodel.imports.Import)2 ToolbarCommand (org.kie.workbench.common.stunner.client.widgets.toolbar.ToolbarCommand)2 ValueUpdater (com.google.gwt.cell.client.ValueUpdater)1 Element (com.google.gwt.dom.client.Element)1 NativeEvent (com.google.gwt.dom.client.NativeEvent)1 SafeHtml (com.google.gwt.safehtml.shared.SafeHtml)1 SafeHtmlBuilder (com.google.gwt.safehtml.shared.SafeHtmlBuilder)1 UiHandler (com.google.gwt.uibinder.client.UiHandler)1 KieServicesHttpException (org.kie.server.api.exception.KieServicesHttpException)1 ClearSessionCommand (org.kie.workbench.common.stunner.core.client.session.command.impl.ClearSessionCommand)1 ClearStatesSessionCommand (org.kie.workbench.common.stunner.core.client.session.command.impl.ClearStatesSessionCommand)1 CopySelectionSessionCommand (org.kie.workbench.common.stunner.core.client.session.command.impl.CopySelectionSessionCommand)1