@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.Presenter
ConfirmPopup
visible with OK buttons.show
in interface ConfirmPopup.Presenter
public void hide()
ConfirmPopup.Presenter
hide
in interface ConfirmPopup.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.