org.jbpm.formModeler.core.processing.fieldHandlers
Class HTMLTextAreaFieldHandler
java.lang.Object
org.jbpm.formModeler.core.processing.AbstractFieldHandler
org.jbpm.formModeler.core.processing.DefaultFieldHandler
org.jbpm.formModeler.core.processing.fieldHandlers.HTMLTextAreaFieldHandler
- All Implemented Interfaces:
- FieldHandler
public class HTMLTextAreaFieldHandler
- extends DefaultFieldHandler
Handler for HTML text area
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VALUE_SUFFIX
public static final String VALUE_SUFFIX
- The suffix for the value
div element.
- See Also:
- Constant Field Values
HTMLTextAreaFieldHandler
public HTMLTextAreaFieldHandler()
getCompatibleClassNames
public String[] getCompatibleClassNames()
getValue
public Object getValue(Field field,
String inputName,
Map parametersMap,
Map filesMap,
String desiredClassName,
Object previousValue)
throws Exception
- Read a parameter value (normally from a request), and translate it to
an object with desired class (that must be one of the returned by this handler)
- Returns:
- a object with desired class
- Throws:
Exception
getParamValue
public Map getParamValue(Field field,
String inputName,
Object objectValue)
isEmpty
public boolean isEmpty(Object value)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.