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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

Constructor

Link()
Creates a new link.
Link(String caption, Resource resource, String targetName, int width, int height, BorderStyle border)
Creates a new instance of Link that opens a new window.
Link(String caption, Resource resource)
Creates a new instance of Link.

Method