public interface FormField
Represents an individual field in a form.
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getId() |
String |
getLabel() |
Map<String,String> |
getProperties() |
FormType |
getType() |
String |
getTypeName() |
List<FormFieldValidationConstraint> |
getValidationConstraints() |
String getId()
String getLabel()
FormType getType()
String getTypeName()
Object getDefaultValue()
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.Copyright © 2015. All rights reserved.