org.jbpm.formModeler.core.processing
Class AbstractFieldHandler
java.lang.Object
org.jbpm.formModeler.service.bb.commons.config.componentsFactory.BasicFactoryElement
org.jbpm.formModeler.core.processing.AbstractFieldHandler
- All Implemented Interfaces:
- Serializable, org.jbpm.formModeler.api.processing.FieldHandler, org.jbpm.formModeler.service.bb.commons.config.componentsFactory.FactoryLifecycle
- Direct Known Subclasses:
- DefaultFieldHandler, FormDecorator
public abstract class AbstractFieldHandler
- extends org.jbpm.formModeler.service.bb.commons.config.componentsFactory.BasicFactoryElement
- implements org.jbpm.formModeler.api.processing.FieldHandler
- See Also:
- Serialized Form
| Methods inherited from class org.jbpm.formModeler.service.bb.commons.config.componentsFactory.BasicFactoryElement |
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jbpm.formModeler.api.processing.FieldHandler |
acceptsPropertyName, getCompatibleClassNames, getName, getPageToIncludeForDisplaying, getPageToIncludeForRendering, getPageToIncludeForSearching, getParamValue, getValue, isEmpty |
AbstractFieldHandler
public AbstractFieldHandler()
getHumanName
public String getHumanName(Locale locale)
- Specified by:
getHumanName in interface org.jbpm.formModeler.api.processing.FieldHandler
initialize
public void initialize(org.jbpm.formModeler.api.model.Field field,
String namespace)
- Specified by:
initialize in interface org.jbpm.formModeler.api.processing.FieldHandler
isEvaluable
public boolean isEvaluable(String inputName,
Map parametersMap,
Map filesMap)
- Specified by:
isEvaluable in interface org.jbpm.formModeler.api.processing.FieldHandler
checkBooleanParameter
protected boolean checkBooleanParameter(String[] param)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.