@Templated @Dependent public class BaseOkCancelPopupView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, BaseOkCancelPopup.View
| Constructor and Description |
|---|
BaseOkCancelPopupView() |
| Modifier and Type | Method and Description |
|---|---|
void |
hide() |
void |
hideBusyIndicator() |
void |
init(BaseOkCancelPopup presenter) |
void |
setContent(org.jboss.errai.common.client.dom.HTMLElement element) |
void |
show(String title) |
void |
showBusyIndicator(String message) |
public void init(BaseOkCancelPopup presenter)
init in interface org.uberfire.client.mvp.HasPresenter<BaseOkCancelPopup>public void show(String title)
show in interface BaseOkCancelPopup.Viewpublic void hide()
hide in interface BaseOkCancelPopup.Viewpublic void setContent(org.jboss.errai.common.client.dom.HTMLElement element)
setContent in interface BaseOkCancelPopup.Viewpublic void showBusyIndicator(String message)
showBusyIndicator in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicatorpublic void hideBusyIndicator()
hideBusyIndicator in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicatorCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.