Class 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>
- Type Parameters:
S- is the type of the application service of theIApplicationof theWebClientof aWebClientSession.
- All Implemented Interfaces:
IClientComponent<WebClient<S>>, IRefreshableSubscriber, Refreshable, AlivenessRequestable
- Direct Known Subclasses:
UnderConstructionPageSession
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IWebGui<?> final voidrefresh()final voidupdateControlOnCounterpart(IControl<?, ?> control, boolean updateConstellationOrStyle) final voidupdateControlsOnCounterpart(IContainer<IControl<?, ?>> controls, boolean updateConstellationOrStyle) Methods inherited from class AbstractSession
belongsToClient, getApplicationName, getStoredApplicationService, getStoredParentClient, hasParentSession, isAlive, pop, pop, push, pushAndGetResult, setNextMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AlivenessRequestable
isOutdated
-
Constructor Details
-
WebClientSession
public WebClientSession()
-
-
Method Details
-
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)
-