Package | Description |
---|---|
com.vaadin.client.ui | |
com.vaadin.server | |
com.vaadin.shared.ui | |
com.vaadin.shared.ui.link | |
com.vaadin.ui |
Modifier and Type | Field and Description |
---|---|
protected static BorderStyle |
VLink.BORDER_STYLE_DEFAULT
Deprecated.
|
protected static BorderStyle |
VLink.BORDER_STYLE_MINIMAL
Deprecated.
|
protected static BorderStyle |
VLink.BORDER_STYLE_NONE
Deprecated.
|
BorderStyle |
VLink.borderStyle
For internal use only.
|
Modifier and Type | Field and Description |
---|---|
static BorderStyle |
Page.BORDER_DEFAULT
Deprecated.
As of 7.0, use
DEFAULT instead. |
static BorderStyle |
Page.BORDER_MINIMAL
Deprecated.
As of 7.0, use
MINIMAL instead. |
static BorderStyle |
Page.BORDER_NONE
Deprecated.
As of 7.0, use
NONE instead. |
Modifier and Type | Method and Description |
---|---|
void |
Page.open(Resource resource,
String windowName,
int width,
int height,
BorderStyle border)
Deprecated.
As of 7.0, only retained to maintain compatibility with
LegacyWindow.open methods. See documentation for
LegacyWindow.open(Resource, String, int, int, BorderStyle)
for discussion about replacing API. |
void |
Page.open(String url,
String windowName,
int width,
int height,
BorderStyle border)
Opens the given URL in a window with the given size, border and name.
|
Modifier and Type | Method and Description |
---|---|
static BorderStyle |
BorderStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderStyle[] |
BorderStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
BorderStyle |
LinkState.targetBorder |
Modifier and Type | Field and Description |
---|---|
static BorderStyle |
Link.TARGET_BORDER_DEFAULT
Deprecated.
As of 7.0, use
DEFAULT instead |
static BorderStyle |
Link.TARGET_BORDER_MINIMAL
Deprecated.
As of 7.0, use
MINIMAL instead |
static BorderStyle |
Link.TARGET_BORDER_NONE
Deprecated.
As of 7.0, use
NONE instead |
Modifier and Type | Method and Description |
---|---|
BorderStyle |
Link.getTargetBorder()
Returns the target window border.
|
Modifier and Type | Method and Description |
---|---|
void |
LegacyWindow.open(Resource resource,
String windowName,
int width,
int height,
BorderStyle border)
Deprecated.
As of 7.0, use getPage().open instead
|
void |
Link.setTargetBorder(BorderStyle targetBorder)
Sets the border of the target window.
|
Constructor and Description |
---|
Link(String caption,
Resource resource,
String targetName,
int width,
int height,
BorderStyle border)
Creates a new instance of Link that opens a new window.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.