Interface StaticImage

    • Method Detail

      • getImageSrc

        @Nullable
        default @Nullable java.lang.String getImageSrc()
                                                throws javax.jcr.RepositoryException,
                                                       java.io.IOException
        Returns the source where the image is present.
        Returns:
        the source where the image is present
        Throws:
        javax.jcr.RepositoryException
        java.io.IOException
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1
      • getValue

        default java.lang.String getValue()
        Retrieves the text value to be displayed.
        Returns:
        the text value to be displayed, or null if no value can be returned
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1;
      • getAltText

        @Nullable
        default @Nullable java.lang.String getAltText()
        Returns the alternate text in place of image.
        Returns:
        the alternate text in place of image
        Since:
        com.adobe.cq.forms.core.components.models.form 0.0.1