public interface FormField
Represents an individual field in a form.
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue()
Deprecated.
|
String |
getId() |
String |
getLabel() |
Map<String,String> |
getProperties() |
FormType |
getType() |
String |
getTypeName() |
List<FormFieldValidationConstraint> |
getValidationConstraints() |
org.camunda.bpm.engine.variable.value.TypedValue |
getValue() |
boolean |
isBusinessKey() |
String getId()
String getLabel()
FormType getType()
String getTypeName()
@Deprecated Object getDefaultValue()
org.camunda.bpm.engine.variable.value.TypedValue getValue()
List<FormFieldValidationConstraint> getValidationConstraints()
ValidationConstraints
.Map<String,String> getProperties()
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.boolean isBusinessKey()
Copyright © 2017. All rights reserved.