jbpm-form-modeler-ui 6.2.0.CR1

org.jbpm.formModeler.core.processing.formDecorators
Class FormDecorator

java.lang.Object
  extended by org.jbpm.formModeler.core.processing.AbstractFieldHandler
      extended by org.jbpm.formModeler.core.processing.formDecorators.FormDecorator
All Implemented Interfaces:
FieldHandler
Direct Known Subclasses:
HTMLlabel, Separator

public abstract class FormDecorator
extends AbstractFieldHandler


Constructor Summary
FormDecorator()
           
 
Method Summary
 String[] getCompatibleClassNames()
           
 String getName()
           
 Map getParamValue(Field field, String inputName, Object objectValue)
           
 Object getValue(Field field, String inputName, Map parametersMap, Map filesMap, String desiredClassName, Object previousValue)
           
 boolean isEmpty(Object value)
           
 
Methods inherited from class org.jbpm.formModeler.core.processing.AbstractFieldHandler
getFieldName, getPageToIncludeForDisplaying, getPageToIncludeForRendering
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormDecorator

public FormDecorator()
Method Detail

getName

public String getName()

getCompatibleClassNames

public String[] getCompatibleClassNames()

getValue

public Object getValue(Field field,
                       String inputName,
                       Map parametersMap,
                       Map filesMap,
                       String desiredClassName,
                       Object previousValue)
                throws Exception
Throws:
Exception

getParamValue

public Map getParamValue(Field field,
                         String inputName,
                         Object objectValue)

isEmpty

public boolean isEmpty(Object value)

jbpm-form-modeler-ui 6.2.0.CR1

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