Skip to main content

%CSP.Util.Link

serial class %CSP.Util.Link extends %Library.SerialObject, %XML.Adaptor

This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

Defines a link to a CSP Utility page

Property Inventory

Properties

property Caption as %String (MAXLEN = 50);
The displayed value for this link.
This is a localizable value.
Property methods: CaptionDisplayToLogical(), CaptionGet(), CaptionIsValid(), CaptionLogicalToDisplay(), CaptionLogicalToOdbc(), CaptionNormalize(), CaptionSet()
property HREF as %String (MAXLEN = 128);
Name of page to go to.
Property methods: HREFDisplayToLogical(), HREFGet(), HREFIsValid(), HREFLogicalToDisplay(), HREFLogicalToOdbc(), HREFNormalize(), HREFSet()
property IDValues as %String [ MultiDimensional ];
ID Value for the link
Property methods: IDValuesDisplayToLogical(), IDValuesGet(), IDValuesIsValid(), IDValuesLogicalToDisplay(), IDValuesLogicalToOdbc(), IDValuesNormalize(), IDValuesSet()
When appropriate, popup help for this link.
This is a localizable value.
Property methods: PopupDisplayToLogical(), PopupGet(), PopupIsValid(), PopupLogicalToDisplay(), PopupLogicalToOdbc(), PopupNormalize(), PopupSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab