Skip to Content
0
Former Member
Nov 05, 2003 at 12:24 PM

TableViewModel

46 Views

Hi,

Could anybody tell what does the API "setLinkClickTarget(String arg0)" which is in TableColumn class do. I am not clear exactly how it works.

I have used in my Bean to customize the table column as shown below.

TableColumn column = model.getColumn("OBJECT_ID");

column.setTitle("Job Request");

column.setLinkClickTarget("http://www.sap.com");

It doesn't do anything..I was expecting it to take me to SAP website when I click on this column.

any one has any clue....

Thanks

Suresh