public interface ConfirmPopup
Modifier and Type | Interface and Description |
---|---|
static interface |
ConfirmPopup.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 mainText)
Makes the
ConfirmPopup visible with OK. |
void show(String mainTitleText, String mainText)
ConfirmPopup
visible with OK.mainTitleText
- mainText
- org.jboss.errai.common.client.dom.HTMLElement getElement()
void hide()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.