Interface CmsLabel.I_TitleGenerator

All Known Implementing Classes:
CmsSitemapTreeItem.DetailPageLabelTitleGenerator
Enclosing class:
CmsLabel

public static interface CmsLabel.I_TitleGenerator
Interface for generating HTML titles (tooltips) for a label.

  • Method Summary

    Modifier and Type
    Method
    Description
    getTitle(String originalText)
    Should return the title, or null if no title should be displayed.
  • Method Details

    • getTitle

      String getTitle(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