org.camunda.bpm.engine.impl.form.handler
Class FormFieldHandler
java.lang.Object
org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
public class FormFieldHandler
- extends Object
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected String id
label
protected Expression label
type
protected AbstractFormFieldType type
defaultValueExpression
protected Expression defaultValueExpression
properties
protected Map<String,String> properties
validationHandlers
protected List<FormFieldValidationConstraintHandler> validationHandlers
FormFieldHandler
public FormFieldHandler()
createFormField
public FormField createFormField(ExecutionEntity executionEntity)
handleSubmit
public void handleSubmit(VariableScope variableScope,
VariableMap values,
VariableMap allValues)
getId
public String getId()
setId
public void setId(String id)
getLabel
public Expression getLabel()
setLabel
public void setLabel(Expression name)
setType
public void setType(AbstractFormFieldType formType)
setProperties
public void setProperties(Map<String,String> properties)
getProperties
public Map<String,String> getProperties()
getType
public FormType getType()
getDefaultValueExpression
public Expression getDefaultValueExpression()
setDefaultValueExpression
public void setDefaultValueExpression(Expression defaultValue)
getValidationHandlers
public List<FormFieldValidationConstraintHandler> getValidationHandlers()
setValidationHandlers
public void setValidationHandlers(List<FormFieldValidationConstraintHandler> validationHandlers)
Copyright © 2015 camunda services GmbH. All rights reserved.