Class FormPropertyAdapter
java.lang.Object
org.camunda.bpm.engine.impl.form.engine.FormPropertyAdapter
- All Implemented Interfaces:
FormField
- Author:
- Daniel Meyer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected FormProperty
protected List<FormFieldValidationConstraint>
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
formProperty
-
validationConstraints
-
-
Constructor Details
-
FormPropertyAdapter
-
-
Method Details
-
getId
-
getLabel
-
getType
-
getTypeName
- Specified by:
getTypeName
in interfaceFormField
- Returns:
- the name of the type of this form field
-
getDefaultValue
- Specified by:
getDefaultValue
in interfaceFormField
- Returns:
- the default value for this form field.
-
getValidationConstraints
- Specified by:
getValidationConstraints
in interfaceFormField
- Returns:
- a list of
ValidationConstraints
.
-
getProperties
- Specified by:
getProperties
in interfaceFormField
- Returns:
- a
Map
of additional properties. This map may be used for adding additional configuration to a form field. An example may be layout hints such as the size of the rendered form field or information about an icon to prepend or append to the rendered form field.
-
isBusinessKey
public boolean isBusinessKey()- Specified by:
isBusinessKey
in interfaceFormField
- Returns:
- true if field is defined as businessKey, false otherwise
-
getDefaultValueTyped
-
getValue
-