@Dependent @Templated public class ScenarioConfirmationPopupView extends AbstractScenarioConfirmationPopupView implements ScenarioConfirmationPopup
ScenarioConfirmationPopup.PresenterAbstractScenarioConfirmationPopup.PresenterAbstractScenarioPopup.Presenter| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.dom.client.ParagraphElement |
textWarning |
mainQuestion, text1, textQuestioncancelButton, mainTitle, modal, okButton, okCommand, translationService| Constructor and Description |
|---|
ScenarioConfirmationPopupView() |
| Modifier and Type | Method and Description |
|---|---|
void |
show(String mainTitleText,
String mainQuestionText,
String text1Text,
String textQuestionText,
String textWarningText,
String okDeleteButtonText,
org.uberfire.mvp.Command okDeleteCommand)
Makes the
ScenarioConfirmationPopup visible with OK/Cancel buttons. |
showconditionalShow, conditionalShow, getElement, hide, init, onCancelClick, onOkClick, showclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElement, hidegetElement, hide@Inject @DataField(value="text-warning") protected com.google.gwt.dom.client.ParagraphElement textWarning
public void show(String mainTitleText, String mainQuestionText, String text1Text, String textQuestionText, String textWarningText, String okDeleteButtonText, org.uberfire.mvp.Command okDeleteCommand)
ScenarioConfirmationPopupScenarioConfirmationPopup visible with OK/Cancel buttons.show in interface ScenarioConfirmationPopupCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.