org.jbpm.formModeler.core.processing.fieldHandlers.multiple
Class MultipleInputFieldHandler
java.lang.Object
org.jbpm.formModeler.core.processing.AbstractFieldHandler
org.jbpm.formModeler.core.processing.DefaultFieldHandler
org.jbpm.formModeler.core.processing.fieldHandlers.multiple.MultipleInputFieldHandler
- All Implemented Interfaces:
- FieldHandler
@Named(value="org.jbpm.formModeler.core.processing.fieldHandlers.multiple.MultipleInputFieldHandler")
public class MultipleInputFieldHandler
- extends DefaultFieldHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleInputFieldHandler
public MultipleInputFieldHandler()
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)
getFieldHandler
protected FieldHandler getFieldHandler(Field field)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.