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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of the configuration policy property that will store the default value for this title's HTML element type.
    static final String
    Name of the policy property that defines whether or not the title link is disabled.

    Fields inherited from interface com.adobe.cq.wcm.core.components.models.Component

    PN_ID
  • Method Summary

    Modifier and Type
    Method
    Description
    default @Nullable Link
    Returns the Title's link.
    default String
    Deprecated.
    Please use getLink()
    default String
    Returns the text to be displayed as title.
    default String
    Returns the HTML element type (h1-h6) used for the markup.
    default boolean
    Checks if link is disabled on the title.

    Methods inherited from interface com.adobe.cq.wcm.core.components.models.Component

    getAppliedCssClasses, getData, getExportedType, getId
  • Field Details

    • PN_DESIGN_DEFAULT_TYPE

      static final 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:
  • Method Details

    • getText

      default 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 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 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