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
Modifikator und TypMethodeBeschreibungfinal IWebGui<?> final voidrefresh()final voidupdateControlOnCounterpart(IControl<?, ?> control, boolean updateConstellationOrStyle) final voidupdateControlsOnCounterpart(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) Von Klasse geerbte Methoden AbstractSession
belongsToClient, getApplicationName, getStoredApplicationService, getStoredParentClient, hasParentSession, isAlive, pop, pop, push, pushAndGetResult, setNextVon Klasse geerbte Methoden Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden 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)
-