Annotation Interface DDMFormField


@Retention(RUNTIME) @Target(METHOD) public @interface DDMFormField
  • Element Details

    • dataType

      String dataType
      Default:
      ""
    • ddmFormFieldProperties

      DDMFormFieldProperty[] ddmFormFieldProperties
      Default:
      {}
    • label

      String label
      Default:
      ""
    • name

      String name
      Default:
      ""
    • optionLabels

      String[] optionLabels
      Default:
      {}
    • optionValues

      String[] optionValues
      Default:
      {}
    • predefinedValue

      String predefinedValue
      Default:
      ""
    • properties

      @Deprecated String[] properties
      Deprecated.
      As of Cavanaugh (7.4.x), replaced by ddmFormFieldProperties()
      Default:
      {}
    • required

      boolean required
      Default:
      false
    • tip

      String tip
      Default:
      ""
    • type

      String type
      Default:
      ""
    • validationErrorMessage

      String validationErrorMessage
      Default:
      ""
    • validationExpression

      String validationExpression
      Default:
      ""
    • validationExpressionName

      String validationExpressionName
      Default:
      ""
    • validationParameter

      String validationParameter
      Default:
      ""
    • visibilityExpression

      @Deprecated String visibilityExpression
      Deprecated.
      As of Judson (7.1.x), replaced by DDMFormRule
      Default:
      ""