Interface Field

All Known Implementing Classes:
ActionNonParameterField, ActionParameterField, ContentModelField

public interface Field
Interface defining a field in a Form.
Since:
3.4
Author:
Nick Smith
  • Method Details

    • getFieldDefinition

      FieldDefinition getFieldDefinition()
      Returns:
      the field definition
    • getFieldName

      String getFieldName()
      Returns:
      the fieldName
    • getValue

      Object getValue()
      Returns:
      the value for this field or null.