org.jbpm.formModeler.service.error
@ApplicationScoped @Named(value="errorhandler") public class ErrorReportHandler extends BaseUIComponent
Modifier and Type | Field and Description |
---|---|
protected boolean |
closeEnabled |
protected Runnable |
closeListener |
protected String |
componentIncludeJSP |
protected ErrorReport |
errorReport |
protected int |
height |
protected int |
width |
Constructor and Description |
---|
ErrorReportHandler() |
Modifier and Type | Method and Description |
---|---|
void |
actionContinue(CommandRequest request) |
void |
doStart(CommandRequest commandRequest) |
String |
getBaseComponentJSP() |
String |
getBeanJSP() |
Runnable |
getCloseListener() |
ErrorReport |
getErrorReport() |
int |
getHeight() |
int |
getWidth() |
boolean |
isCloseEnabled() |
static ErrorReportHandler |
lookup() |
void |
setBaseComponentJSP(String baseComponentJSP) |
void |
setCloseEnabled(boolean closeEnabled) |
void |
setCloseListener(Runnable closeListener) |
void |
setComponentIncludeJSP(String componentIncludeJSP) |
void |
setErrorReport(ErrorReport errorReport) |
void |
setHeight(int height) |
void |
setWidth(int width) |
actionStart, handle
afterRenderBean, beforeRenderBean
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getBeanName, getExtraActionParams, getFieldErrors, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
@Inject protected String componentIncludeJSP
@Inject protected int width
@Inject protected int height
@Inject protected boolean closeEnabled
protected Runnable closeListener
protected ErrorReport errorReport
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 void setComponentIncludeJSP(String componentIncludeJSP)
public ErrorReport getErrorReport()
public void setErrorReport(ErrorReport errorReport)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public void actionContinue(CommandRequest request) throws Exception
Exception
public void setBaseComponentJSP(String baseComponentJSP)
public String getBaseComponentJSP()
getBaseComponentJSP
in class BaseUIComponent
public void doStart(CommandRequest commandRequest)
doStart
in class BaseUIComponent
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.