Java com.vaadin.server BrowserWindowOpener fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.server BrowserWindowOpener fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

com.vaadin.server.BrowserWindowOpener has subclasses.
Click this link to see all its subclasses.

Constructor

BrowserWindowOpener(Class uiClass)
Creates a window opener that will open windows containing the provided UI class.
BrowserWindowOpener(String url)
Creates a window opener that will open windows to the provided URL.
BrowserWindowOpener(Resource resource)
Creates a window opener that will open window to the provided resource.

Method

voidextend(AbstractComponent target)
Add this extension to the target component.
voidextend(EventTrigger eventTrigger)
Add this extension to the EventTrigger .
voidsetFeatures(String features)
Sets the features for opening the window.
voidsetWindowName(String windowName)
Sets the target window name that will be used.