Interface TextInput

  • All Superinterfaces:
    Base, BaseConstraint, com.adobe.cq.wcm.core.components.models.Component, com.adobe.cq.export.json.ComponentExporter, Field

    @ConsumerType
    public interface TextInput
    extends Field
    Defines the form Text Sling Model used for the /apps/core/fd/components/form/textinput component.
    Since:
    com.adobe.cq.forms.core.components.models.form 0.0.1
    • 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
      • getFieldType

        @NotNull
        default @NotNull java.lang.String getFieldType()
        Description copied from interface: Base
        Returns the field type
        Specified by:
        getFieldType in interface Base
        Returns:
        the field type
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1
        See Also:
        Base.getFieldType()
      • isAutoComplete

        default boolean isAutoComplete()
        Returns true if autocomplete, otherwise false.
        Returns:
        true if autocomplete, otherwise false
        Since:
        com.adobe.cq.forms.core.components.models.form 1.0.0
      • getAutofillFieldKeyword

        default java.lang.String getAutofillFieldKeyword()
        The autofillFieldKeyword.
        Returns:
        autofillFieldKeyword.
        Since:
        com.adobe.cq.forms.core.components.models.form 1.0.0