Interface FluentMutableOptionalTextHolder<H extends FluentMutableOptionalTextHolder<H>>

Type Parameters:
H - the type of a FluentMutableOptionalTextHolder
All Superinterfaces:
TextHolder

public interface FluentMutableOptionalTextHolder<H extends FluentMutableOptionalTextHolder<H>> extends TextHolder
A FluentMutableOptionalTextHolder is a TextHolder whose text can be set programmatically and fluently and removed programmatically.
Author:
Silvan Wyss