Package com.dassault_systemes.catjdialog |
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
Framework : CATJDialog
Module : CATJDialog
public class CATWebLink
The HTTP hyperlink graphical component.
Presentation:
When the user clicks on this component, the web browser
navigates or is opened to display the associated URL.
Note: only use this object to navigate to a non JDialog
based page. Use the CATLink
object to navigate inside your
application user interface.
CATWebLink Properties:
- Title: the hyperlink title
- Tooltip: the hyperlink tooltip text
- Level: the hyperlink look. 0 for default, 1 biggest, >1 smaller
- URL: the url to open when the hyperlink is clicked
- Target: the target window name to open when the hyperlink is clicked
CATWebLink Notifications:
CATWebLink Message Catalog Implicit Mappings:
- Title: the hyperlink title is implicitely mapped to the
<hyperlink_path>.Title
entry.
You may also set it programmatically using setTitle()
.
- Tooltip: the hyperlink tooltip is implicitely mapped to the
<hyperlink_path>.Tooltip
entry.
You may also set it programmatically using setTooltip()
.
CATWebLink
CATWebLink(CATDialog iDialog, String iName)
Creates an hyperlink with the specified parent and name.
- Parameters:
iParent
- The parent component.
iName
- This hyperlink name. Here are some rules for this name:
- It is set in the constructor, and cannot be changed afterwards.
- The name must be unique for the parent (2 children with the same name are not allowed).
- The name may not contain any ot the following characters: '.' (dot), ' ' (blank), '_' (underscore)
getURL
String getURL()
Returns the hyperlink target URL.
- Returns:
The hyperlink target URL.
setURL
void setURL(String iURL)
Sets the hyperlink target URL.
- Parameters:
iURL
- The hyperlink target URL.
getTarget
String getTarget()
Returns the hyperlink target window name.
- Returns:
The hyperlink target window name.
setTarget
void setTarget(String iTarget)
Sets the hyperlink target window name.
- Parameters:
iTarget
- The hyperlink target window name.
Copyright © 2000, Dassault Systèmes. All rights reserved