@Dependent @Templated public class ScenarioConfirmationPopupView extends AbstractScenarioConfirmationPopupView implements ScenarioConfirmationPopup
ScenarioConfirmationPopup.Presenter
AbstractScenarioConfirmationPopup.Presenter
AbstractScenarioPopup.Presenter
Modifier and Type | Field and Description |
---|---|
protected com.google.gwt.dom.client.ParagraphElement |
textWarning |
mainQuestion, text1, textQuestion
cancelButton, 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. |
show
conditionalShow, conditionalShow, getElement, hide, init, onCancelClick, onOkClick, show
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getElement, hide
getElement, 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)
ScenarioConfirmationPopup
ScenarioConfirmationPopup
visible with OK/Cancel buttons.show
in interface ScenarioConfirmationPopup
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.