Java com.vaadin.ui BrowserFrame fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.ui BrowserFrame fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.ui BrowserFrame.

The text is from its open source code.

Subclass

com.vaadin.ui.BrowserFrame has subclasses.
Click this link to see all its subclasses.

Constructor

BrowserFrame(String caption, Resource source)
Creates a new browser frame with the given caption and content.
BrowserFrame()
Creates a new empty browser frame.

Method