Package org.opencms.gwt.client.ui.input
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
-
Method Details
-
getTitle
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
-