org.jbpm.formModeler.core.processing.formDecorators
public abstract class FormDecorator extends AbstractFieldHandler
Constructor and Description |
---|
FormDecorator() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsPropertyName(String propName) |
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) |
boolean |
shouldPersist() |
checkBooleanParameter, getFieldName, getHumanName, getPageToIncludeForDisplaying, getPageToIncludeForRendering, getPageToIncludeForSearching, initialize, isEvaluable
public String getName()
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 boolean isEmpty(Object value)
public boolean acceptsPropertyName(String propName)
public boolean shouldPersist()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.