@Dependent public class PreserveDeletePopupPresenter extends Object implements PreserveDeletePopup.Presenter
| Modifier and Type | Field and Description |
|---|---|
protected PreserveDeletePopupView |
preserveDeletePopupView |
| Constructor and Description |
|---|
PreserveDeletePopupPresenter() |
| Modifier and Type | Method and Description |
|---|---|
void |
hide()
Makes this popup container(and the main content along with it) invisible.
|
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 |
@Inject protected PreserveDeletePopupView preserveDeletePopupView
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)
PreserveDeletePopup.PresenterPreserveDeletePopup visibleshow in interface PreserveDeletePopup.Presenterpublic void hide()
PreserveDeletePopup.Presenterhide in interface PreserveDeletePopup.PresenterCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.