hyperlinkColumn

Type: Integer array

The hyperlinkColumn property of the Table class contains an array of integers that represent a column in each row of a table that has an associated HyperText link. If the value of an array element is zero (0), the row does not have an associated HyperText link.

The hyperlinkColumn property is ignored for JADE applications that are not Web-enabled; that is, applications running in standard JADE clients and thin clients. For these applications, you should use the setHyperlinkCell method of the Table class or the hyperLink property of the JadeTableCell class.

Clicking a column that has a HyperText link causes a rowColumnChg event for the table. If no rowColumnChg event exists for the table, the HyperText link does nothing.

The hyperlinkColumn property is not changed when the table is sorted, which can result in the wrong cells being rendered as hyperlinks.