Interface Title

  • All Superinterfaces:
    Component, ComponentExporter

    @ConsumerType
    public interface Title
    extends Component
    Defines the Title Sling Model used for the /apps/core/wcm/components/title component.
    Since:
    com.adobe.cq.wcm.core.components.models 11.0.0
    • Field Detail

      • PN_DESIGN_DEFAULT_TYPE

        static final java.lang.String PN_DESIGN_DEFAULT_TYPE
        Name of the configuration policy property that will store the default value for this title's HTML element type.
        Since:
        com.adobe.cq.wcm.core.components.models 11.1.0
        See Also:
        getType(), Constant Field Values
      • PN_TITLE_LINK_DISABLED

        static final java.lang.String PN_TITLE_LINK_DISABLED
        Name of the policy property that defines whether or not the title link is disabled.
        Since:
        com.adobe.cq.wcm.core.components.models 12.4.0
        See Also:
        Constant Field Values
    • Method Detail

      • getText

        default java.lang.String getText()
        Returns the text to be displayed as title.
        Returns:
        the title's text
        Since:
        com.adobe.cq.wcm.core.components.models 11.0.0; marked default in 12.1.0
      • getType

        default java.lang.String getType()
        Returns the HTML element type (h1-h6) used for the markup.
        Returns:
        the element type
        Since:
        com.adobe.cq.wcm.core.components.models 11.0.0; marked default in 12.1.0
      • getLink

        @Nullable
        default @Nullable Link getLink()
        Returns the Title's link.
        Returns:
        the title's link
        Since:
        com.adobe.cq.wcm.core.components.models 12.20.0
      • getLinkURL

        @Deprecated
        default java.lang.String getLinkURL()
        Deprecated.
        Please use getLink()
        Returns the Title's link URL, if one was set.
        Returns:
        the title's link URL, if one was set, or null
        Since:
        com.adobe.cq.wcm.core.components.models 12.4.0
      • isLinkDisabled

        default boolean isLinkDisabled()
        Checks if link is disabled on the title.
        Returns:
        true if link is disabled on the title, false otherwise
        Since:
        com.adobe.cq.wcm.core.components.models 12.4.0