Interface FluentMutableTitleHolder<H extends FluentMutableTitleHolder<H>>
- Type Parameters:
H- the type of aFluentMutableTitleHolder
- All Superinterfaces:
TitleHolder
- All Known Implementing Classes:
WebGui
public interface FluentMutableTitleHolder<H extends FluentMutableTitleHolder<H>>
extends TitleHolder
A
FluentMutableTitleHolder is a TitleHolder whose title can
be set programmatically and fluently.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface TitleHolder
getTitle, getTitleInSingleQuotes
-
Method Details
-
setTitle
Sets the title of the currentFluentMutableTitleHolder.- Parameters:
title-- Returns:
- the current
FluentMutableTitleHolder - Throws:
RuntimeException- if the given title is null or blank
-