I'm creating a custom column in a generic table that uses the HyperlinkUtils class in the MagicDraw API to return all of the hyperlinks of a row element (using HyperlinkUtils.getAllHyperlinks). In the evaluation window I can see the hyperlink elements that I'm retrieving, so I know the script works. However, the table will not display them as hyperlinks in the cell. I think this has something to with setting the Type for the column expression, but I cannot select a type that actually shows hyperlinks in the table. The best I can do is show their URL string, but I want actual clickable hyperlinks in the table.
The thing is, if I show the Active Hyperlink column for the element, the table does provide a clickable hyperlink. But I want to show all of the element hyperlinks, not just the active one. It's strange that the generic table is able to display the active hyperlink as an actual clickable hyperlink, but does not allow a custom column to return a hyperlink element. Is there any way to get this to work?