Uses of Class
com.vaadin.swingkit.client.JVaadinPanel
-
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.