Klasse WebClientSession<S>
java.lang.Object
ch.nolix.system.application.main.AbstractSession<WebClient<S>,S>
ch.nolix.system.webapplication.base.AbstractWebClientSession<WebClient<S>,S>
ch.nolix.system.webapplication.main.WebClientSession<S>
- Alle implementierten Schnittstellen:
IClientComponent<WebClient<S>>,IRefreshableSubscriber,Refreshable,AlivenessRequestable
- Bekannte direkte Unterklassen:
UnderConstructionPageSession
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected final voidInitializes the currentAbstractSession.protected final Class<?> final IWebGui<?> protected abstract voidfinal voidrefresh()final voidupdateControlOnCounterpart(IControl<?, ?> control, boolean updateConstellationOrStyle) final voidupdateControlsOnCounterpart(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) Von Klasse geerbte Methoden ch.nolix.system.webapplication.base.AbstractWebClientSession
createFrontendReader, createFrontendWriterVon Klasse geerbte Methoden ch.nolix.system.application.main.AbstractSession
belongsToClient, getApplicationName, getStoredApplicationService, getStoredParentClient, hasParentSession, isAlive, pop, pop, push, pushAndGetResult, setNextVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden ch.nolix.coreapi.state.staterequest.AlivenessRequestable
isOutdated
-
Konstruktordetails
-
WebClientSession
public WebClientSession()
-
-
Methodendetails
-
getStoredGui
-
refresh
public final void refresh() -
updateControlOnCounterpart
public final void updateControlOnCounterpart(IControl<?, ?> control, boolean updateConstellationOrStyle) -
updateControlsOnCounterpart
public final void updateControlsOnCounterpart(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) -
fullInitialize
protected final void fullInitialize()Beschreibung aus Klasse kopiert:AbstractSessionInitializes the currentAbstractSession.- Angegeben von:
fullInitializein KlasseAbstractSession<WebClient<S>,S>
-
initialize
protected abstract void initialize() -
getClientClass
- Angegeben von:
getClientClassin KlasseAbstractSession<WebClient<S>,S> - Gibt zurück:
- the
AbstractClientclass of the currentAbstractSession.
-