Interface MutableTitleHolder
- All Superinterfaces:
TitleHolder
A
MutableTitleHolder is a TitleHolder whose title can be
set programmatically.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface TitleHolder
getTitle, getTitleInSingleQuotes
-
Method Details
-
setTitle
Sets the title of the currentMutableTitleHolder.- Parameters:
title-- Throws:
RuntimeException- if the given title is null or blank
-