public abstract class AbstractScenarioConfirmationPopupView extends AbstractScenarioPopupView implements AbstractScenarioConfirmationPopup
AbstractScenarioConfirmationPopup.Presenter
AbstractScenarioPopup.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, show
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getElement, 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)
AbstractScenarioConfirmationPopup
ScenarioConfirmationPopup
visible with OK/Cancel buttons.show
in interface AbstractScenarioConfirmationPopup
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.