@SessionScoped public class ErrorReportHandler extends PanelComponent
BeanHandler.HandlerTrace
Modifier and Type | Field and Description |
---|---|
protected String |
beanJSP |
protected boolean |
closeEnabled |
protected Runnable |
closeListener |
protected org.jboss.dashboard.error.ErrorReport |
errorReport |
protected int |
height |
protected int |
width |
Constructor and Description |
---|
ErrorReportHandler() |
Modifier and Type | Method and Description |
---|---|
void |
actionContinue(CommandRequest request) |
String |
getBeanJSP() |
Runnable |
getCloseListener() |
org.jboss.dashboard.error.ErrorReport |
getErrorReport() |
int |
getHeight() |
int |
getWidth() |
boolean |
isCloseEnabled() |
static ErrorReportHandler |
lookup() |
void |
setCloseEnabled(boolean closeEnabled) |
void |
setCloseListener(Runnable closeListener) |
void |
setErrorReport(org.jboss.dashboard.error.ErrorReport errorReport) |
void |
setHeight(int height) |
void |
setWidth(int width) |
afterRenderBean, beforeRenderBean
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getBeanName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
protected org.jboss.dashboard.error.ErrorReport errorReport
protected Runnable closeListener
@Inject protected String beanJSP
@Inject protected int width
@Inject protected int height
@Inject protected boolean closeEnabled
public static ErrorReportHandler lookup()
public boolean isCloseEnabled()
public void setCloseEnabled(boolean closeEnabled)
public Runnable getCloseListener()
public void setCloseListener(Runnable closeListener)
public String getBeanJSP()
getBeanJSP
in class UIBeanHandler
public org.jboss.dashboard.error.ErrorReport getErrorReport()
public void setErrorReport(org.jboss.dashboard.error.ErrorReport errorReport)
public int getWidth()
getWidth
in class PanelComponent
public void setWidth(int width)
public int getHeight()
getHeight
in class PanelComponent
public void setHeight(int height)
public void actionContinue(CommandRequest request) throws Exception
Exception
Copyright © 2012-2015 JBoss by Red Hat. All Rights Reserved.