jbpm-form-modeler-ui 6.0.0-SNAPSHOT

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(String inputName, Object objectValue, String pattern)
           
 Object getValue(org.jbpm.formModeler.api.model.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
checkBooleanParameter, getFieldName, getPageToIncludeForDisplaying, getPageToIncludeForRendering, getPageToIncludeForSearching, initialize, isEvaluable
 
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(org.jbpm.formModeler.api.model.Field field,
                       String inputName,
                       Map parametersMap,
                       Map filesMap,
                       String desiredClassName,
                       Object previousValue)
                throws Exception
Throws:
Exception

getParamValue

public Map getParamValue(String inputName,
                         Object objectValue,
                         String pattern)

isEmpty

public boolean isEmpty(Object value)

jbpm-form-modeler-ui 6.0.0-SNAPSHOT

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