public static interface AbstractScenarioPopup.Presenter
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 okButtonText,
org.uberfire.mvp.Command okCommand)
Makes the
ScenarioPopup visible with OK/Cancel buttons. |
void show(String mainTitleText, String okButtonText, org.uberfire.mvp.Command okCommand)
ScenarioPopup
visible with OK/Cancel buttons.mainTitleText
- okButtonText
- okCommand
- void hide()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.