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)

Method Summary
String getURL()
void setURL(String iURL)
String getTarget()
void setTarget(String iTarget)


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

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