Class JCefJVaadinPanel

All Implemented Interfaces:
VaadinEventNotifier, ImageObserver, MenuContainer, Serializable, Accessible

public class JCefJVaadinPanel extends JVaadinPanel
JCef implementation of the JVaadinPanel. It uses Java Chromium Embedded Framework to show a Vaadin view in a Swing panel.
See Also:
  • Method Details

    • executeJs

      protected void executeJs(String cli)
      Description copied from class: JVaadinPanel
      Execute a JS script in the Vaadin app the panel is embedding.
      Specified by:
      executeJs in class JVaadinPanel
    • reload

      public void reload()
      Description copied from class: JVaadinPanel
      Reload the Vaadin view.
      Specified by:
      reload in class JVaadinPanel
    • setBrowserName

      protected void setBrowserName(String name)
      Description copied from class: JVaadinPanel
      Sets the name of the component holding the browser instance.
      Specified by:
      setBrowserName in class JVaadinPanel
      Parameters:
      name - the name to use.