public class DocumentHyperlinkBehaviour
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
targetFrame
The name of the default target frame.
|
| Constructor and Description |
|---|
DocumentHyperlinkBehaviour() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other)
Method equals.
|
java.lang.String |
getTargetFrame()
Get the name of the default target frame.
|
int |
hashCode()
Method hashCode.
|
void |
setTargetFrame(java.lang.String targetFrame)
Set the name of the default target frame.
|
java.lang.String |
toString()
Method toString.
|
private java.lang.String targetFrame
Specifies the name of the default target frame in which to display a document referenced by a hyperlink.
This attribute can have one of the following values:
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectother - public java.lang.String getTargetFrame()
Specifies the name of the default target frame in which to display a document referenced by a hyperlink.
This attribute can have one of the following values:
public int hashCode()
hashCode in class java.lang.Objectpublic void setTargetFrame(java.lang.String targetFrame)
Specifies the name of the default target frame in which to display a document referenced by a hyperlink.
This attribute can have one of the following values:
targetFrame - public java.lang.String toString()
toString in class java.lang.Object