Package com.vaadin.swingkit.client.jcef
Class JCefVaadinPanelBuilder
java.lang.Object
com.vaadin.swingkit.client.VaadinPanelBuilder
com.vaadin.swingkit.client.jcef.JCefVaadinPanelBuilder
A
VaadinPanelBuilder that creates Vaadin panels using JCEF.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfillPanel(String viewUrl, JVaadinPanel panel) Adds the actual browser view to the panel, in which the Vaadin app can be loaded.protected Class<? extends JVaadinPanel> Get the concrete class implementing theJVaadinPanel.Methods inherited from class com.vaadin.swingkit.client.VaadinPanelBuilder
build
-
Constructor Details
-
JCefVaadinPanelBuilder
public JCefVaadinPanelBuilder()
-
-
Method Details
-
fillPanel
Description copied from class:VaadinPanelBuilderAdds the actual browser view to the panel, in which the Vaadin app can be loaded.- Specified by:
fillPanelin classVaadinPanelBuilder- Parameters:
viewUrl- the URL of the Vaadin view.panel- the panel to fill.- Throws:
SwingVaadinException- if any problem occurs when filling the panel.
-
getPanelClass
Description copied from class:VaadinPanelBuilderGet the concrete class implementing theJVaadinPanel.- Specified by:
getPanelClassin classVaadinPanelBuilder- Returns:
- a concrete class of the implementation of the
JVaadinPanel.
-