Class UILink.LinkTarget
- java.lang.Object
-
- org.linkki.core.ui.element.annotation.UILink.LinkTarget
-
-
Field Summary
Fields Modifier and Type Field Description static StringBLANKOpens the linked document in a new window or tabstatic StringDYNAMICThe empty string indicates that the target is derived dynamically from the PMO.static StringPARENTOpens the linked document in the parent frame.static StringSELFOpens the linked document in the same frame as it was clicked.static StringTOPOpens the linked document in the full body of the window.
-
-
-
Field Detail
-
DYNAMIC
public static final String DYNAMIC
The empty string indicates that the target is derived dynamically from the PMO.- See Also:
- Constant Field Values
-
BLANK
public static final String BLANK
Opens the linked document in a new window or tab- See Also:
- Constant Field Values
-
SELF
public static final String SELF
Opens the linked document in the same frame as it was clicked.- See Also:
- Constant Field Values
-
PARENT
public static final String PARENT
Opens the linked document in the parent frame.- See Also:
- Constant Field Values
-
TOP
public static final String TOP
Opens the linked document in the full body of the window.- See Also:
- Constant Field Values
-
-