Annotation Type FormField


@ProviderType @Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface FormField
Annotation used to declare process inputs.
  • Element Details

    • hint

      String hint
      Default:
      ""
    • description

      String description
      Default:
      ""
    • category

      String category
      Default:
      ""
    • required

      boolean required
      Default:
      false
    • component

      Class<? extends FieldComponent> component
      Default:
      com.adobe.acs.commons.mcp.form.TextfieldComponent.class
    • options

      String[] options
      Default:
      {}
    • showOnCreate

      boolean showOnCreate
      Default:
      true
    • localize

      boolean localize
      Default:
      false
    • languages

      String[] languages
      Default:
      {"en"}