public interface AbstractScenarioConfirmationPopup
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AbstractScenarioConfirmationPopup.Presenter |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
hide()
Makes this popup container(and the main content along with it) invisible.
|
void |
show(String mainTitleText,
String mainQuestionText,
String text1Text,
String textQuestionText,
String okDeleteButtonText,
org.uberfire.mvp.Command okDeleteCommand)
Makes the
ScenarioConfirmationPopup visible with OK/Cancel buttons. |
void show(String mainTitleText, String mainQuestionText, String text1Text, String textQuestionText, String okDeleteButtonText, org.uberfire.mvp.Command okDeleteCommand)
ScenarioConfirmationPopup visible with OK/Cancel buttons.mainTitleText - mainQuestionText - text1Text - textQuestionText - okDeleteButtonText - okDeleteCommand - org.jboss.errai.common.client.dom.HTMLElement getElement()
void hide()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.