Package ch.nolix.systemapi.gui.model
Schnittstelle IGui<G extends IGui<G>>
- Typparameter:
G- is the type of aIGui.
- Alle Superschnittstellen:
IFluentMutableTitleHolder<G>,ITitleHolder
- Alle bekannten Unterschnittstellen:
IWebGui<G>
- Alle bekannten Implementierungsklassen:
WebGui
- Version:
- 2022-07-31
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.fluentmutablemandatoryattribute.IFluentMutableTitleHolder
setTitleVon Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.mandatoryattribute.ITitleHolder
getTitle, getTitleInQuotes
-
Methodendetails
-
fromFrontEnd
IFrontEndReader fromFrontEnd()- Gibt zurück:
- the
IFrontEndReaderof the currentIGui.
-
getIcon
IImage getIcon()- Gibt zurück:
- the icon of the current
IGui.
-
isRootGui
boolean isRootGui() -
onFrontEnd
IFrontEndWriter onFrontEnd()- Gibt zurück:
- the
IFrontEndWriterof the currentIGui.
-
setIcon
Sets the icon of the currentIGui.- Parameter:
icon-- Gibt zurück:
- the current
IGui.
-