@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.View
public org.jboss.errai.common.client.dom.HTMLElement getStandardNotification()
getStandardNotification
in interface ErrorPopup.View
public void setInlineNotificationValue(String message)
setInlineNotificationValue
in interface ErrorPopup.View
public void setStandardNotificationValue(String message)
setStandardNotificationValue
in interface ErrorPopup.View
public void setNotification(org.jboss.errai.common.client.dom.HTMLElement notification)
setNotification
in interface ErrorPopup.View
public void showDetailPanel(boolean show)
showDetailPanel
in interface ErrorPopup.View
public void setDetailValue(String detail)
setDetailValue
in interface ErrorPopup.View
public boolean isDetailCollapsed()
isDetailCollapsed
in interface ErrorPopup.View
public void setCollapseDetailIcon(boolean collapsed)
setCollapseDetailIcon
in interface ErrorPopup.View
public void setCollapseDetailPanel(boolean collapsed)
setCollapseDetailPanel
in interface ErrorPopup.View
public void setDetailLabel(String label)
setDetailLabel
in interface ErrorPopup.View
public String getShowDetailLabel()
getShowDetailLabel
in interface ErrorPopup.View
public String getCloseDetailLabel()
getCloseDetailLabel
in interface ErrorPopup.View
public void show()
show
in interface ErrorPopup.View
public void hide()
hide
in interface ErrorPopup.View
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.