Interface FluentMutableTextHolder<H extends FluentMutableTextHolder<H>>
- Type Parameters:
H- the type of aFluentMutableTextHolder
- All Superinterfaces:
TextHolder
A
FluentMutableTextHolder is a TextHolder whose text can be
set programmatically and fluently.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface TextHolder
getText
-
Method Details
-
setText
Sets the text of the currentFluentMutableTextHolder.- Parameters:
text-- Returns:
- the current
FluentMutableTextHolder - Throws:
RuntimeException- if the given text is null
-