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

Framework : CATJDialog

Module : CATJDialog

Class Description

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:

CATWebLink Notifications:

CATWebLink Message Catalog Implicit Mappings:

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

    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)

Method Detail

getTarget

    public String getTarget()

Returns the hyperlink target window name.

Return:
The hyperlink target window name.

getURL

    public String getURL()

Returns the hyperlink target URL.

Return:
The hyperlink target URL.

setTarget

    public void setTarget(String iTarget)

Sets the hyperlink target window name.

Parameters:
iTarget
The hyperlink target window name.

setURL

    public void setURL(String iURL)

Sets the hyperlink target URL.

Parameters:
iURL
The hyperlink target URL.


Copyright © 2000, Dassault Systèmes. All rights reserved