Klasse WebClientSession<S>
java.lang.Object
ch.nolix.system.application.main.AbstractSession<WebClient<S>,S>
ch.nolix.system.application.basewebapplication.AbstractWebClientSession<WebClient<S>,S>
ch.nolix.system.application.webapplication.WebClientSession<S>
- Alle implementierten Schnittstellen:
IClientComponent<WebClient<S>>
,IRefreshableSubscriber
,Refreshable
,AlivenessRequestable
- Bekannte direkte Unterklassen:
ServerDashboardSession
,UnderConstructionPageSession
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected final void
Initializes the currentAbstractSession
.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.AbstractWebClientSession
createFrontendReader, createFrontendWriter
Von Klasse geerbte Methoden ch.nolix.system.application.main.AbstractSession
belongsToClient, getApplicationName, getStoredApplicationService, 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:AbstractSession
Initializes the currentAbstractSession
.- Angegeben von:
fullInitialize
in KlasseAbstractSession<WebClient<S>,
S>
-
initialize
protected abstract void initialize() -
getClientClass
- Angegeben von:
getClientClass
in KlasseAbstractSession<WebClient<S>,
S> - Gibt zurück:
- the
AbstractClient
class of the currentAbstractSession
.
-