Class WebClientSession<S>

Type Parameters:
S - the type of the application service of the IApplication of the WebClient of a WebClientSession.
All Implemented Interfaces:
ClientComponent<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(Control<?,?> control, boolean updateConstellationOrStyle)
    • updateControlsOnCounterpart

      public final void updateControlsOnCounterpart(ExtendedIterable<Control<?,?>> controls, boolean updateConstellationOrStyle)