Class SwingVaadinClient

java.lang.Object
com.vaadin.swingkit.client.SwingVaadinClient

public final class SwingVaadinClient extends Object

Entry utility class for using the Swing Kit. It provides static methods needed to start using the Swing Kit.

  • Method Details

    • getBuilder

      public static VaadinPanelBuilder getBuilder()
      Get a usable instance of a VaadinPanelBuilder. The builder will use whatever implementation of JVaadinPanel is available at runtime.
      Returns:
      a working Vaadin panel builder to create new Vaadin panels.
    • getConfiguration

      public static SwingKitConfiguration getConfiguration()
      Get the current configuration object.
      Returns:
      the current configuration instance.
    • getRequestsManager

      public static VaadinRequestsManager getRequestsManager()
      Get the current request manager.
      Returns:
      the current request manager instance.