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