|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.data.HRef
public class HRef
Hyperlink.Ref contains the actual hyperlink and the link parameter values.
| Constructor Summary | |
|---|---|
HRef()
Create an empty hyperlink. |
|
HRef(String link)
Create a hyperlink def. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Check if equals another Hyperlink.Ref. |
String |
getLink()
Get the hyperlink. |
Object |
getParameter(String name)
Get the value for the parameter. |
int |
getParameterCount()
Get the number of parameters defined for this link. |
Enumeration |
getParameterNames()
Get all parameter names. |
String |
getTargetFrame()
Get the hyperlink target frame |
String |
getToolTip()
Get the tooltip. |
void |
removeAllParameters()
Remove all parameter values. |
void |
removeParameter(String name)
Remove a parameter field. |
void |
setLink(String link)
Set the hyperlink. |
void |
setParameter(String name,
Object data)
Set the value for the parameter. |
void |
setTargetFrame(String targetFrame)
Set the hyperlink target frame. |
void |
setToolTip(String tip)
Set the tooltip. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HRef()
public HRef(String link)
link - the hyperlink href string.| Method Detail |
|---|
public void setLink(String link)
link - for Web URL, the link must be the full URL including
the protocol. If the link is to another report, it should be the
report path as registered in report server.public String getLink()
public void setTargetFrame(String targetFrame)
targetFrame - is the window name for hyperlinkpublic String getTargetFrame()
public void setToolTip(String tip)
public String getToolTip()
public Enumeration getParameterNames()
public int getParameterCount()
public Object getParameter(String name)
public void setParameter(String name,
Object data)
name - parameter name.data - parameter value.public void removeParameter(String name)
name - parameter name.public void removeAllParameters()
public boolean equals(Object obj)
equals in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||