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 FormPropertyprotected List<FormFieldValidationConstraint> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
formProperty
-
validationConstraints
-
-
Constructor Details
-
FormPropertyAdapter
-
-
Method Details
-
getId
-
getLabel
-
getType
-
getTypeName
- Specified by:
getTypeNamein interfaceFormField- Returns:
- the name of the type of this form field
-
getDefaultValue
- Specified by:
getDefaultValuein interfaceFormField- Returns:
- the default value for this form field.
-
getValidationConstraints
- Specified by:
getValidationConstraintsin interfaceFormField- Returns:
- a list of
ValidationConstraints.
-
getProperties
- Specified by:
getPropertiesin interfaceFormField- Returns:
- a
Mapof 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:
isBusinessKeyin interfaceFormField- Returns:
- true if field is defined as businessKey, false otherwise
-
getDefaultValueTyped
-
getValue
-