Interface TextInput

    • Method Detail

      • isMultiLine

        default boolean isMultiLine()
        Returns true if multi line, otherwise false.
        Returns:
        true if multi line, otherwise false
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1
      • getAutoComplete

        @Nullable
        default @Nullable java.lang.String getAutoComplete()
        Returns "off" if autocomplete if disabled, otherwise "on" or values listed @see here
        Since:
        com.adobe.cq.forms.core.components.models.form 2.0.0
      • getFormat

        @Nullable
        default @Nullable java.lang.String getFormat()
        Returns the format of the form field as specified in the json schema specification(for example, date, binary etc)
        Specified by:
        getFormat in interface DateConstraint
        Specified by:
        getFormat in interface FormatConstraint
        Returns:
        the format of the form field
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1