public static interface ErrorPopupPresenter.View
| Modifier and Type | Method and Description |
|---|---|
void |
showMessage(String msg,
org.uberfire.mvp.Command afterShow,
org.uberfire.mvp.Command afterClose)
Displays the given message in a modal dialog that sits above all other workbench components.
|
void showMessage(String msg, org.uberfire.mvp.Command afterShow, org.uberfire.mvp.Command afterClose)
msg - The message to display as plain text. Not HTML; newlines should be rendered as newlines.afterShow - The command to invoke once the dialog has been displayed. Never null.afterClose - The command to invoke once the dialog has been closed. Never null.Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.