Uses of Class
com.vaadin.swingkit.client.JVaadinPanel
Packages that use JVaadinPanel
Package
Description
Swing-specific functionality.
JCef implementation of the Vaadin panel from SwingKit.
-
Uses of JVaadinPanel in com.vaadin.swingkit.client
Methods in com.vaadin.swingkit.client that return JVaadinPanelModifier and TypeMethodDescriptionfinal JVaadinPanelCreates a newJVaadinPanelloading a Vaadin view in it.Methods in com.vaadin.swingkit.client that return types with arguments of type JVaadinPanelModifier and TypeMethodDescriptionprotected abstract Class<? extends JVaadinPanel> VaadinPanelBuilder.getPanelClass()Get the concrete class implementing theJVaadinPanel.Methods in com.vaadin.swingkit.client with parameters of type JVaadinPanelModifier and TypeMethodDescriptionprotected abstract voidVaadinPanelBuilder.fillPanel(String viewUrl, JVaadinPanel panel) Adds the actual browser view to the panel, in which the Vaadin app can be loaded. -
Uses of JVaadinPanel in com.vaadin.swingkit.client.jcef
Subclasses of JVaadinPanel in com.vaadin.swingkit.client.jcefMethods in com.vaadin.swingkit.client.jcef that return types with arguments of type JVaadinPanelModifier and TypeMethodDescriptionprotected Class<? extends JVaadinPanel> JCefVaadinPanelBuilder.getPanelClass()Methods in com.vaadin.swingkit.client.jcef with parameters of type JVaadinPanelModifier and TypeMethodDescriptionprotected voidJCefVaadinPanelBuilder.fillPanel(String viewUrl, JVaadinPanel panel)