Package com.vaadin.swingkit.server
Class SwingVaadinServer
java.lang.Object
com.vaadin.swingkit.server.SwingVaadinServer
Utils class to ease the interaction of the user with the server side of the
Swing Kit.
- Author:
- Vaadin Ltd.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks if the UI has been rendered by a Swing Kit compatible browser
-
Method Details
-
isSwingRendered
public static boolean isSwingRendered()Checks if the UI has been rendered by a Swing Kit compatible browser- Returns:
- true if the Vaadin view containing the bridge is rendered by a Swing Kit embedded browser.
-