Example usage for com.vaadin.ui BrowserFrame subclass-usage

List of usage examples for com.vaadin.ui BrowserFrame subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.ui BrowserFrame subclass-usage.

Usage

From source file org.opencms.ui.apps.CmsLegacyApp.java

/**
 * App for legacy admin tools. Renders the tool in an iframe.<p>
 */
public class CmsLegacyApp extends BrowserFrame implements I_CmsWorkplaceApp {

    /** Name of Javascript variable used to indicate whether we are currently showing a legacy app. */

From source file org.opencms.ui.components.CmsBrowserFrame.java

/**
 * Extending the browser frame class to allow setting of the iFrame name attribute.<p>
 */
public class CmsBrowserFrame extends BrowserFrame {

    /** The serial version id. */