Schnittstelle IFluentMutableTitleHolder<H extends IFluentMutableTitleHolder<H>>
- Typparameter:
H- is the type of aIFluentMutableTitleHolder.
- Alle Superschnittstellen:
ITitleHolder
- Alle bekannten Implementierungsklassen:
WebGui
public interface IFluentMutableTitleHolder<H extends IFluentMutableTitleHolder<H>>
extends ITitleHolder
A
IFluentMutableTitleHolder is a ITitleHolder whose title can
be set programmatically and fluently.- Version:
- 2019-07-26
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.mandatoryattribute.ITitleHolder
getTitle, getTitleInQuotes
-
Methodendetails
-
setTitle
Sets the title of the currentIFluentMutableTitleHolder.- Parameter:
title-- Gibt zurück:
- the current
IFluentMutableTitleHolder. - Löst aus:
RuntimeException- if the given title is null.RuntimeException- if the given title is blank.
-