Schnittstelle IFluentMutableHeaderHolder<FMHH extends IHeaderHolder>
- Typparameter:
FMHH
- 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.attributeapi.mandatoryattributeapi.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.
-