public interface AbstractScenarioPopup
Modifier and Type | Interface and Description |
---|---|
static interface |
AbstractScenarioPopup.Presenter |
Modifier and Type | Method and Description |
---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
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
- org.jboss.errai.common.client.dom.HTMLElement getElement()
void hide()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.