Class WebClientSession<S>

Type Parameters:
S - is the type of the application service of the IApplication of the WebClient of a WebClientSession.
All Implemented Interfaces:
IClientComponent<WebClient<S>>, IRefreshableSubscriber, Refreshable, AlivenessRequestable
Direct Known Subclasses:
UnderConstructionPageSession

public abstract class WebClientSession<S> extends AbstractWebClientSession<WebClient<S>, S>
Author:
Silvan Wyss
  • Constructor Details

    • WebClientSession

      public WebClientSession()
  • Method Details

    • getStoredGui

      public final IWebGui<?> 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)