java.io.Serializablepublic class DocumentHyperlinkBehaviour
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
DocumentHyperlinkBehaviour() |
| Modifier and Type | Method | 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.
|
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