@Dependent @Templated public class PreserveDeletePopupView extends ScenarioConfirmationPopupView implements PreserveDeletePopup
PreserveDeletePopup.PresenterScenarioConfirmationPopup.Presenter| Modifier and Type | Field and Description |
|---|---|
protected org.uberfire.client.views.pfly.widgets.Button |
okPreserveButton |
protected org.uberfire.mvp.Command |
okPreserveCommand |
protected com.google.gwt.dom.client.LIElement |
option1 |
protected com.google.gwt.dom.client.LIElement |
option2 |
cancelButton, mainQuestion, mainTitle, modal, okDeleteButton, okDeleteCommand, text1, textQuestion, translationService| Constructor and Description |
|---|
PreserveDeletePopupView() |
| Modifier and Type | Method and Description |
|---|---|
void |
onOkPreserveButton(org.jboss.errai.common.client.dom.MouseEvent event) |
void |
show(String mainTitleText,
String mainQuestionText,
String text1Text,
String textQuestionText,
String option1Text,
String option2Text,
String okPreserveButtonText,
String okDeleteButtonText,
org.uberfire.mvp.Command okPreserveCommand,
org.uberfire.mvp.Command okDeleteCommand)
Makes the
PreserveDeletePopup visible |
conditionalShow, conditionalShow, getElement, hide, init, onCancelClick, onOkDeleteClick, showclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElement, hide@Inject @DataField(value="option-1") protected com.google.gwt.dom.client.LIElement option1
@Inject @DataField(value="option-2") protected com.google.gwt.dom.client.LIElement option2
@Inject @DataField(value="ok-preserve-button") protected org.uberfire.client.views.pfly.widgets.Button okPreserveButton
protected org.uberfire.mvp.Command okPreserveCommand
public void show(String mainTitleText, String mainQuestionText, String text1Text, String textQuestionText, String option1Text, String option2Text, String okPreserveButtonText, String okDeleteButtonText, org.uberfire.mvp.Command okPreserveCommand, org.uberfire.mvp.Command okDeleteCommand)
PreserveDeletePopupPreserveDeletePopup visibleshow in interface PreserveDeletePopup@EventHandler(value="ok-preserve-button")
public void onOkPreserveButton(@ForEvent(value="click")
org.jboss.errai.common.client.dom.MouseEvent event)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.