Class ErrorPopupView
- java.lang.Object
-
- org.uberfire.client.views.pfly.widgets.ErrorPopupView
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,org.uberfire.client.mvp.HasPresenter<ErrorPopup>,org.uberfire.client.mvp.UberElement<ErrorPopup>,ErrorPopup.View
@Dependent @Templated public class ErrorPopupView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, ErrorPopup.View
-
-
Constructor Summary
Constructors Constructor Description ErrorPopupView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCloseDetailLabel()org.jboss.errai.common.client.dom.HTMLElementgetInlineNotification()StringgetShowDetailLabel()org.jboss.errai.common.client.dom.HTMLElementgetStandardNotification()voidhide()voidinit()voidinit(ErrorPopup presenter)booleanisDetailCollapsed()voidsetCollapseDetailIcon(boolean collapsed)voidsetCollapseDetailPanel(boolean collapsed)voidsetDetailLabel(String label)voidsetDetailValue(String detail)voidsetInlineNotificationValue(String message)voidsetNotification(org.jboss.errai.common.client.dom.HTMLElement notification)voidsetStandardNotificationValue(String message)voidshow()voidshowDetailPanel(boolean show)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
init
public void init(ErrorPopup presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<ErrorPopup>
-
getInlineNotification
public org.jboss.errai.common.client.dom.HTMLElement getInlineNotification()
- Specified by:
getInlineNotificationin interfaceErrorPopup.View
-
getStandardNotification
public org.jboss.errai.common.client.dom.HTMLElement getStandardNotification()
- Specified by:
getStandardNotificationin interfaceErrorPopup.View
-
setInlineNotificationValue
public void setInlineNotificationValue(String message)
- Specified by:
setInlineNotificationValuein interfaceErrorPopup.View
-
setStandardNotificationValue
public void setStandardNotificationValue(String message)
- Specified by:
setStandardNotificationValuein interfaceErrorPopup.View
-
setNotification
public void setNotification(org.jboss.errai.common.client.dom.HTMLElement notification)
- Specified by:
setNotificationin interfaceErrorPopup.View
-
showDetailPanel
public void showDetailPanel(boolean show)
- Specified by:
showDetailPanelin interfaceErrorPopup.View
-
setDetailValue
public void setDetailValue(String detail)
- Specified by:
setDetailValuein interfaceErrorPopup.View
-
isDetailCollapsed
public boolean isDetailCollapsed()
- Specified by:
isDetailCollapsedin interfaceErrorPopup.View
-
setCollapseDetailIcon
public void setCollapseDetailIcon(boolean collapsed)
- Specified by:
setCollapseDetailIconin interfaceErrorPopup.View
-
setCollapseDetailPanel
public void setCollapseDetailPanel(boolean collapsed)
- Specified by:
setCollapseDetailPanelin interfaceErrorPopup.View
-
setDetailLabel
public void setDetailLabel(String label)
- Specified by:
setDetailLabelin interfaceErrorPopup.View
-
getShowDetailLabel
public String getShowDetailLabel()
- Specified by:
getShowDetailLabelin interfaceErrorPopup.View
-
getCloseDetailLabel
public String getCloseDetailLabel()
- Specified by:
getCloseDetailLabelin interfaceErrorPopup.View
-
show
public void show()
- Specified by:
showin interfaceErrorPopup.View
-
hide
public void hide()
- Specified by:
hidein interfaceErrorPopup.View
-
-