public static class WebLink.Target
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BLANK
Opens the link in a new window or tab
|
static java.lang.String |
PARENT
Opens link in parent frame.
|
static java.lang.String |
SELF
Opens the link in the frame it was clicked.
|
static java.lang.String |
TOP
Opens link in the full body of the window.
|
Constructor and Description |
---|
Target() |
public static final java.lang.String BLANK
public static final java.lang.String SELF
public static final java.lang.String PARENT
public static final java.lang.String TOP