public abstract class AbstractFieldHandler extends Object implements FieldHandler
Constructor and Description |
---|
AbstractFieldHandler() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkBooleanParameter(String[] param) |
protected String |
getFieldName() |
String |
getPageToIncludeForDisplaying() |
String |
getPageToIncludeForRendering() |
String |
getPageToIncludeForSearching() |
void |
initialize(org.jbpm.formModeler.api.model.Field field,
String namespace) |
boolean |
isEvaluable(String inputName,
Map parametersMap,
Map filesMap) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCompatibleClassNames, getName, getParamValue, getValue, isEmpty
public void initialize(org.jbpm.formModeler.api.model.Field field, String namespace)
initialize
in interface FieldHandler
public boolean isEvaluable(String inputName, Map parametersMap, Map filesMap)
isEvaluable
in interface FieldHandler
protected boolean checkBooleanParameter(String[] param)
protected String getFieldName()
public String getPageToIncludeForRendering()
getPageToIncludeForRendering
in interface FieldHandler
public String getPageToIncludeForDisplaying()
getPageToIncludeForDisplaying
in interface FieldHandler
public String getPageToIncludeForSearching()
getPageToIncludeForSearching
in interface FieldHandler
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.