Klasse WebClientSession<AC>
java.lang.Object
ch.nolix.system.application.main.Session<WebClient<AC>,AC>
ch.nolix.system.application.basewebapplication.BaseWebClientSession<WebClient<AC>,AC>
ch.nolix.system.application.webapplication.WebClientSession<AC>
- Alle implementierten Schnittstellen:
IRefreshableSubscriber
,Refreshable
,AlivenessRequestable
- Bekannte direkte Unterklassen:
ServerDashboardSession
,UnderConstructionPageSession
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected final void
Initializes the currentSession
.protected final Class
<?> final IWebGui
<?> protected abstract void
final void
refresh()
final void
updateControlOnCounterpart
(IControl<?, ?> control, boolean updateConstellationOrStyle) final void
updateControlsOnCounterpart
(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) Von Klasse geerbte Methoden ch.nolix.system.application.basewebapplication.BaseWebClientSession
createFrontendReader, createFrontendWriter
Von Klasse geerbte Methoden ch.nolix.system.application.main.Session
belongsToClient, getApplicationName, getStoredApplicationContext, getStoredParentClient, hasParentSession, isAlive, pop, pop, push, pushAndGetResult, setNext
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.stateapi.staterequestapi.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:Session
Initializes the currentSession
.- Angegeben von:
fullInitialize
in KlasseSession<WebClient<AC>,
AC>
-
initialize
protected abstract void initialize() -
getClientClass
-