Class FormFieldHandler
java.lang.Object
org.camunda.bpm.engine.impl.form.handler.FormFieldHandler
- Author:
- Daniel Meyer
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected Expression
protected String
protected Expression
protected AbstractFormFieldType
protected List<FormFieldValidationConstraintHandler>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateFormField
(ExecutionEntity executionEntity) getId()
getLabel()
getType()
void
handleSubmit
(VariableScope variableScope, VariableMap values, VariableMap allValues) boolean
void
setBusinessKey
(boolean businessKey) void
setDefaultValueExpression
(Expression defaultValue) void
void
setLabel
(Expression name) void
setProperties
(Map<String, String> properties) void
setType
(AbstractFormFieldType formType) void
setValidationHandlers
(List<FormFieldValidationConstraintHandler> validationHandlers)
-
Field Details
-
id
-
label
-
type
-
defaultValueExpression
-
properties
-
validationHandlers
-
businessKey
protected boolean businessKey
-
-
Constructor Details
-
FormFieldHandler
public FormFieldHandler()
-
-
Method Details
-
createFormField
-
handleSubmit
-
getId
-
setId
-
getLabel
-
setLabel
-
setType
-
setProperties
-
getProperties
-
getType
-
getDefaultValueExpression
-
setDefaultValueExpression
-
getValidationHandlers
-
setValidationHandlers
-
setBusinessKey
public void setBusinessKey(boolean businessKey) -
isBusinessKey
public boolean isBusinessKey()
-