@Dependent @Templated public class ErrorPopupView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, ErrorPopup.View
| Constructor and Description |
|---|
ErrorPopupView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCloseDetailLabel() |
org.jboss.errai.common.client.dom.HTMLElement |
getInlineNotification() |
String |
getShowDetailLabel() |
org.jboss.errai.common.client.dom.HTMLElement |
getStandardNotification() |
void |
hide() |
void |
init() |
void |
init(ErrorPopup presenter) |
boolean |
isDetailCollapsed() |
void |
setCollapseDetailIcon(boolean collapsed) |
void |
setCollapseDetailPanel(boolean collapsed) |
void |
setDetailLabel(String label) |
void |
setDetailValue(String detail) |
void |
setInlineNotificationValue(String message) |
void |
setNotification(org.jboss.errai.common.client.dom.HTMLElement notification) |
void |
setStandardNotificationValue(String message) |
void |
show() |
void |
showDetailPanel(boolean show) |
@PostConstruct public void init()
public void init(ErrorPopup presenter)
init in interface HasPresenter<ErrorPopup>public org.jboss.errai.common.client.dom.HTMLElement getInlineNotification()
getInlineNotification in interface ErrorPopup.Viewpublic org.jboss.errai.common.client.dom.HTMLElement getStandardNotification()
getStandardNotification in interface ErrorPopup.Viewpublic void setInlineNotificationValue(String message)
setInlineNotificationValue in interface ErrorPopup.Viewpublic void setStandardNotificationValue(String message)
setStandardNotificationValue in interface ErrorPopup.Viewpublic void setNotification(org.jboss.errai.common.client.dom.HTMLElement notification)
setNotification in interface ErrorPopup.Viewpublic void showDetailPanel(boolean show)
showDetailPanel in interface ErrorPopup.Viewpublic void setDetailValue(String detail)
setDetailValue in interface ErrorPopup.Viewpublic boolean isDetailCollapsed()
isDetailCollapsed in interface ErrorPopup.Viewpublic void setCollapseDetailIcon(boolean collapsed)
setCollapseDetailIcon in interface ErrorPopup.Viewpublic void setCollapseDetailPanel(boolean collapsed)
setCollapseDetailPanel in interface ErrorPopup.Viewpublic void setDetailLabel(String label)
setDetailLabel in interface ErrorPopup.Viewpublic String getShowDetailLabel()
getShowDetailLabel in interface ErrorPopup.Viewpublic String getCloseDetailLabel()
getCloseDetailLabel in interface ErrorPopup.Viewpublic void show()
show in interface ErrorPopup.Viewpublic void hide()
hide in interface ErrorPopup.ViewCopyright © 2012–2019 JBoss by Red Hat. All rights reserved.