Interface IFluentMutableHeaderHolder<H extends IHeaderHolder>
- Type Parameters:
H- is the type of aIFluentMutableHeaderHolder.
- All Superinterfaces:
IHeaderHolder
- All Known Subinterfaces:
IAccordionTab, ITabContainerTab
A
IFluentMutableHeaderHolder is a IHeaderHolder whose header
can be set programmatically and fluently.- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from interface IHeaderHolder
getHeader, getHeaderInQuotes, hasHeader, hasSameHeaderAs
-
Method Details
-
setHeader
Sets the header of the currentIFluentMutableHeaderHolder.- Parameters:
header-- Returns:
- the current
IFluentMutableHeaderHolder. - Throws:
RuntimeException- if the given header is null.RuntimeException- if the given header is blank.
-