Re: Using ITableColumn with a hyperlink

2006-04-27 Thread Peter Svensson
Hmm. Maybe this is no good solution, but I would do a quick and dirty solution, like this; And then have in the class public abstract void setCurrentItem(Item i); public abstract Item getCurrentItem(); public Set getItems() { } public String

Using ITableColumn with a hyperlink

2006-04-27 Thread Alan Chaney
Hi My application displays information from a database in tables - whoa! nothing new there... However, in one case the whole structure of the table is 'dynamic', in that the number of columns, the headers and the type of information within the columns is configured by the user. I have been st