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