jbpm-form-modeler-request-dispatcher 6.0.0-SNAPSHOT

org.jbpm.formModeler.service.bb.mvc.components
Class CurrentComponentRenderer

java.lang.Object
  extended by org.jbpm.formModeler.service.bb.mvc.components.handling.BeanHandler
      extended by org.jbpm.formModeler.service.bb.mvc.components.handling.UIBeanHandler
          extended by org.jbpm.formModeler.service.bb.mvc.components.CurrentComponentRenderer
All Implemented Interfaces:
Serializable

@ApplicationScoped
@Named(value="ccrenderer")
public class CurrentComponentRenderer
extends UIBeanHandler

See Also:
Serialized Form

Constructor Summary
CurrentComponentRenderer()
           
 
Method Summary
 String getBeanJSP()
           
 BaseUIComponent getCurrentComponent()
           
static CurrentComponentRenderer lookup()
           
 void setCurrentComponent(BaseUIComponent currentComponent)
           
 
Methods inherited from class org.jbpm.formModeler.service.bb.mvc.components.handling.UIBeanHandler
afterRenderBean, beforeRenderBean
 
Methods inherited from class org.jbpm.formModeler.service.bb.mvc.components.handling.BeanHandler
actionVoid, addFieldError, afterInvokeAction, beforeInvokeAction, calculateActionShortcuts, clearFieldErrors, getActionForShortcut, getActionName, getBeanName, getExtraActionParams, getFieldErrors, handle, hasError, isEnabledForActionHandling, isEnableDoubleClickControl, isUseActionShortcuts, setEnabledForActionHandling, setEnableDoubleClickControl, setUseActionShortcuts, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentComponentRenderer

public CurrentComponentRenderer()
Method Detail

lookup

public static CurrentComponentRenderer lookup()

getBeanJSP

public String getBeanJSP()
Specified by:
getBeanJSP in class UIBeanHandler

getCurrentComponent

public BaseUIComponent getCurrentComponent()

setCurrentComponent

public void setCurrentComponent(BaseUIComponent currentComponent)

jbpm-form-modeler-request-dispatcher 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.