@Dependent public class ConfirmPopupPresenter extends Object implements ConfirmPopup.Presenter
| Modifier and Type | Field and Description |
|---|---|
protected ConfirmPopup |
confirmPopupView |
| Constructor and Description |
|---|
ConfirmPopupPresenter() |
| 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 mainText)
Makes the
ConfirmPopup visible with OK buttons. |
@Inject protected ConfirmPopup confirmPopupView
public void show(String mainTitleText, String mainText)
ConfirmPopup.PresenterConfirmPopup visible with OK buttons.show in interface ConfirmPopup.Presenterpublic void hide()
ConfirmPopup.Presenterhide in interface ConfirmPopup.PresenterCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.