Klasse WebClientSession<AC>

Alle implementierten Schnittstellen:
IRefreshableSubscriber, Refreshable, AlivenessRequestable
Bekannte direkte Unterklassen:
ServerDashboardSession, UnderConstructionPageSession

public abstract class WebClientSession<AC> extends BaseWebClientSession<WebClient<AC>,AC>
  • Konstruktordetails

    • WebClientSession

      public WebClientSession()
  • Methodendetails

    • 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)
    • fullInitialize

      protected final void fullInitialize()
      Beschreibung aus Klasse kopiert: Session
      Initializes the current Session.
      Angegeben von:
      fullInitialize in Klasse Session<WebClient<AC>,AC>
    • initialize

      protected abstract void initialize()
    • getClientClass

      protected final Class<?> getClientClass()
      Angegeben von:
      getClientClass in Klasse Session<WebClient<AC>,AC>
      Gibt zurück:
      the Client class of the current Session.