Interface ErrorPopup.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ErrorPopup>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<ErrorPopup>
- All Known Implementing Classes:
ErrorPopupView
- Enclosing class:
- ErrorPopup
public static interface ErrorPopup.View extends org.uberfire.client.mvp.UberElement<ErrorPopup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCloseDetailLabel()org.jboss.errai.common.client.dom.HTMLElementgetInlineNotification()StringgetShowDetailLabel()org.jboss.errai.common.client.dom.HTMLElementgetStandardNotification()voidhide()booleanisDetailCollapsed()voidsetCollapseDetailIcon(boolean collapsed)voidsetCollapseDetailPanel(boolean collapsed)voidsetDetailLabel(String label)voidsetDetailValue(String message)voidsetInlineNotificationValue(String message)voidsetNotification(org.jboss.errai.common.client.dom.HTMLElement notification)voidsetStandardNotificationValue(String message)voidshow()voidshowDetailPanel(boolean show)
-
-
-
Method Detail
-
getInlineNotification
org.jboss.errai.common.client.dom.HTMLElement getInlineNotification()
-
getStandardNotification
org.jboss.errai.common.client.dom.HTMLElement getStandardNotification()
-
setInlineNotificationValue
void setInlineNotificationValue(String message)
-
setStandardNotificationValue
void setStandardNotificationValue(String message)
-
setNotification
void setNotification(org.jboss.errai.common.client.dom.HTMLElement notification)
-
showDetailPanel
void showDetailPanel(boolean show)
-
setDetailValue
void setDetailValue(String message)
-
isDetailCollapsed
boolean isDetailCollapsed()
-
setCollapseDetailIcon
void setCollapseDetailIcon(boolean collapsed)
-
setCollapseDetailPanel
void setCollapseDetailPanel(boolean collapsed)
-
setDetailLabel
void setDetailLabel(String label)
-
getShowDetailLabel
String getShowDetailLabel()
-
getCloseDetailLabel
String getCloseDetailLabel()
-
show
void show()
-
hide
void hide()
-
-