|
|
|||||
| Package com.dassault_systemes.catjdialog |
Class CATWebLink
|
| Class Hierarchy |
java.lang.Object
|
+-com.dassault_systemes.catjdialog.CATCallbackSource
|
+-com.dassault_systemes.catjdialog.CATDialog
|
+-com.dassault_systemes.catjdialog.CATLeafElement
|
+-com.dassault_systemes.catjdialog.CATLabel
|
+-com.dassault_systemes.catjdialog.CATWebLink
| Class Location |
| Class Description |
public class CATWebLink
The HTTP hyperlink graphical component.
CATLink object to navigate inside your
application user interface.
<hyperlink_path>.Title entry.
You may also set it programmatically using setTitle().
<hyperlink_path>.Tooltip entry.
You may also set it programmatically using setTooltip().
| Field Summary |
| Constructor Summary |
| CATWebLink(CATDialog iDialog, String iName)
Creates an hyperlink with the specified parent and name. |
| Method Summary |
| public String | getTarget()
Returns the hyperlink target window name. |
| public String | getURL()
Returns the hyperlink target URL. |
| public void | setTarget(String iTarget)
Sets the hyperlink target window name. |
| public void | setURL(String iURL)
Sets the hyperlink target URL. |
| Field Detail |
| Constructor Detail |
CATWebLink(CATDialog iDialog, String iName)
Creates an hyperlink with the specified parent and name.
iParentiName| Method Detail |
public String getTarget()
Returns the hyperlink target window name.
public String getURL()
Returns the hyperlink target URL.
public void setTarget(String iTarget)
Sets the hyperlink target window name.
iTarget
public void setURL(String iURL)
Sets the hyperlink target URL.
iURL