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