@Dependent public class DeletePopupPresenter extends Object implements DeletePopup.Presenter
| Constructor and Description |
|---|
DeletePopupPresenter() |
| 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 textDangerText,
String okDeleteButtonText,
org.uberfire.mvp.Command okDeleteCommand)
Makes the
DeletePopup visible with OK/Cancel buttons. |
public void show(String mainTitleText, String mainQuestionText, String text1Text, String textQuestionText, String textDangerText, String okDeleteButtonText, org.uberfire.mvp.Command okDeleteCommand)
DeletePopup.PresenterDeletePopup visible with OK/Cancel buttons.show in interface DeletePopup.Presenterpublic void hide()
DeletePopup.Presenterhide in interface DeletePopup.PresenterCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.