Class FormFieldHandler
java.lang.Object
org.operaton.bpm.engine.impl.form.handler.FormFieldHandler
- Author:
- Daniel Meyer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Expressionprotected Stringprotected Expressionprotected AbstractFormFieldTypeprotected List<FormFieldValidationConstraintHandler> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFormField(ExecutionEntity executionEntity) getId()getLabel()getType()voidhandleSubmit(VariableScope variableScope, VariableMap values, VariableMap allValues) booleanvoidsetBusinessKey(boolean businessKey) voidsetDefaultValueExpression(Expression defaultValue) voidvoidsetLabel(Expression name) voidsetProperties(Map<String, String> properties) voidsetType(AbstractFormFieldType formType) voidsetValidationHandlers(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()
-