public abstract class AbstractScenarioConfirmationPopupView extends AbstractScenarioPopupView implements AbstractScenarioConfirmationPopup
AbstractScenarioConfirmationPopup.PresenterAbstractScenarioPopup.Presenter| Modifier and Type | Field and Description |
|---|---|
protected com.google.gwt.dom.client.HeadingElement |
mainQuestion |
protected com.google.gwt.dom.client.ParagraphElement |
text1 |
protected com.google.gwt.dom.client.ParagraphElement |
textQuestion |
cancelButton, mainTitle, modal, okButton, okCommand, translationService| Constructor and Description |
|---|
AbstractScenarioConfirmationPopupView() |
| Modifier and Type | Method and Description |
|---|---|
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. |
conditionalShow, conditionalShow, getElement, hide, init, onCancelClick, onOkClick, showclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElement, hide@DataField(value="main-question") protected com.google.gwt.dom.client.HeadingElement mainQuestion
@Inject @DataField(value="text-1") protected com.google.gwt.dom.client.ParagraphElement text1
@Inject @DataField(value="text-question") protected com.google.gwt.dom.client.ParagraphElement textQuestion
public AbstractScenarioConfirmationPopupView()
public void show(String mainTitleText, String mainQuestionText, String text1Text, String textQuestionText, String okDeleteButtonText, org.uberfire.mvp.Command okDeleteCommand)
AbstractScenarioConfirmationPopupScenarioConfirmationPopup visible with OK/Cancel buttons.show in interface AbstractScenarioConfirmationPopupCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.