@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.Presenter
PreserveDeletePopup
visibleshow
in interface PreserveDeletePopup.Presenter
public void hide()
PreserveDeletePopup.Presenter
hide
in interface PreserveDeletePopup.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.