public class ErrorReportHandler extends PanelComponent
HandlerFactoryElement.HandlerTrace
Modifier and Type | Field and Description |
---|---|
protected boolean |
closeEnabled |
protected Runnable |
closeListener |
protected String |
componentIncludeJSP |
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) |
Runnable |
getCloseListener() |
String |
getComponentIncludeJSP() |
org.jboss.dashboard.error.ErrorReport |
getErrorReport() |
int |
getHeight() |
int |
getWidth() |
boolean |
isCloseEnabled() |
static ErrorReportHandler |
lookup() |
void |
setCloseEnabled(boolean closeEnabled) |
void |
setCloseListener(Runnable closeListener) |
void |
setComponentIncludeJSP(String componentIncludeJSP) |
void |
setErrorReport(org.jboss.dashboard.error.ErrorReport errorReport) |
void |
setHeight(int height) |
void |
setWidth(int width) |
afterRenderComponent, beforeRenderComponent, getName
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isScopeAdequateForDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, stop
protected org.jboss.dashboard.error.ErrorReport errorReport
protected String componentIncludeJSP
protected int width
protected int height
protected boolean closeEnabled
protected Runnable closeListener
public static ErrorReportHandler lookup()
public boolean isCloseEnabled()
public void setCloseEnabled(boolean closeEnabled)
public Runnable getCloseListener()
public void setCloseListener(Runnable closeListener)
public String getComponentIncludeJSP()
getComponentIncludeJSP
in class UIComponentHandlerFactoryElement
public void setComponentIncludeJSP(String componentIncludeJSP)
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-2014 JBoss by Red Hat. All Rights Reserved.