Interface CmsLabel.I_TitleGenerator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getTitle​(java.lang.String originalText)
      Should return the title, or null if no title should be displayed.
    • Method Detail

      • getTitle

        java.lang.String getTitle​(java.lang.String originalText)
        Should return the title, or null if no title should be displayed.

        Parameters:
        originalText - the original untruncated text stored in the label
        Returns:
        the title to display, or null if no title should be displayed