Package com.vaadin.swingkit.client
Class SwingVaadinClient
java.lang.Object
com.vaadin.swingkit.client.SwingVaadinClient
Entry utility class for using the Swing Kit. It provides static methods needed to start using the Swing Kit.
-
Method Summary
Modifier and TypeMethodDescriptionstatic VaadinPanelBuilderGet a usable instance of aVaadinPanelBuilder.static SwingKitConfigurationGet the current configuration object.static VaadinRequestsManagerGet the current request manager.
-
Method Details
-
getBuilder
Get a usable instance of aVaadinPanelBuilder. The builder will use whatever implementation ofJVaadinPanelis available at runtime.- Returns:
- a working Vaadin panel builder to create new Vaadin panels.
-
getConfiguration
Get the current configuration object.- Returns:
- the current configuration instance.
-
getRequestsManager
Get the current request manager.- Returns:
- the current request manager instance.
-