Schnittstelle IFluentMutableHeaderHolder<H extends IHeaderHolder>
- Typparameter:
H- is the type of aIFluentMutableHeaderHolder.
- Alle Superschnittstellen:
IHeaderHolder
- Alle bekannten Unterschnittstellen:
IAccordionTab,ITabContainerTab
A
IFluentMutableHeaderHolder is a IHeaderHolder whose header
can be set programmatically and fluently.- Version:
- 2018-04-15
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungSets the header of the currentIFluentMutableHeaderHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.mandatoryattribute.IHeaderHolder
getHeader, getHeaderInQuotes, hasHeader, hasSameHeaderAs
-
Methodendetails
-
setHeader
Sets the header of the currentIFluentMutableHeaderHolder.- Parameter:
header-- Gibt zurück:
- the current
IFluentMutableHeaderHolder. - Löst aus:
RuntimeException- if the given header is null.RuntimeException- if the given header is blank.
-