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