Class WebLink.Target
- java.lang.Object
-
- com.google.gerrit.extensions.webui.WebLink.Target
-
-
Constructor Summary
Constructors Constructor Description Target()
-
-
-
Field Detail
-
BLANK
public static final String BLANK
Opens the link in a new window or tab- See Also:
- Constant Field Values
-
SELF
public static final String SELF
Opens the link in the frame it was clicked.- See Also:
- Constant Field Values
-
PARENT
public static final String PARENT
Opens link in parent frame.- See Also:
- Constant Field Values
-
TOP
public static final String TOP
Opens link in the full body of the window.- See Also:
- Constant Field Values
-
-