org.jbpm.formModeler.core.processing.fieldHandlers
public class HTMLTextAreaFieldHandler extends DefaultFieldHandler
Modifier and Type | Field and Description |
---|---|
static String |
VALUE_SUFFIX
The suffix for the value
div element. |
Constructor and Description |
---|
HTMLTextAreaFieldHandler() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsPropertyName(String propName) |
String[] |
getCompatibleClassNames() |
Map |
getParamValue(String inputName,
Object objectValue,
String pattern)
Determine the value as a parameter map for a given input value.
|
Object |
getValue(org.jbpm.formModeler.api.model.Field field,
String inputName,
Map parametersMap,
Map filesMap,
String desiredClassName,
Object previousValue)
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)
|
boolean |
isEmpty(Object value) |
getFieldHandlersManager, getFormManager, getFormProcessor, getFormStatusManager, getFunctionsProvider, getName, getNamespaceManager, getReplacementManager, shouldPersist
checkBooleanParameter, getFieldName, getHumanName, getPageToIncludeForDisplaying, getPageToIncludeForRendering, getPageToIncludeForSearching, initialize, isEvaluable
public static final String VALUE_SUFFIX
div
element.public String[] getCompatibleClassNames()
public Object getValue(org.jbpm.formModeler.api.model.Field field, String inputName, Map parametersMap, Map filesMap, String desiredClassName, Object previousValue) throws Exception
Exception
public Map getParamValue(String inputName, Object objectValue, String pattern)
objectValue
- Object value to representpattern
- Pattern to apply if anypublic boolean isEmpty(Object value)
public boolean acceptsPropertyName(String propName)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.