cancel
Showing results for 
Search instead for 
Did you mean: 

IWDCustomEvent parameters

michael_voss2
Participant
0 Kudos

Hello everybody!

We're receiving an IWDCustomEvent instance in out action handler when a table colum header is clicked in our web dynpro (NetWeaver 2004s). How can I find out which parameters are requestable from this event via the getString(String parameterName) or similar methods ?

Thanks

Michael

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try to use getLeadSelection of the selected cell.

Then you can fetch the particular column data.

wdcontext.node.getnodeElementAt (wdcontext.node.getLeadSelection().getColumn()) ;

Regards,

Sambaran

michael_voss2
Participant
0 Kudos

Hi Sambaran!

Thanks for your reply. Unfortunately, we are not interested in column data, but in those objects that the event can supply us with in a rather theoretical way!

Thanks anyway,

Michael