cancel
Showing results for 
Search instead for 
Did you mean: 

Table Popin

Former Member
0 Kudos

Hi Experts,

Currently am working in tablepopin and while implementing I have come acrossed the below mentioned code

tablePopin.mappingOfOnClose().addSourceMapping("nodeElement", "row");

What is this code do and what is nodeElement here?

Can anyone please explain this in detail?

Regards,

Murali Krishnan N

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Murali,

The parameter "nodeElement" of the type IWDNodeElement & references to the corresponding node element in the context to  which the UI element is assigned.

I hope you have referred the below link. A very good tutorial explaining Table popin in depth.

How to implement TablePopin - Web Dynpro Java - SCN Wiki

Regards,

Archana

junwu
Active Contributor
0 Kudos

this is called parameter mapping

by doing this, in your event handler, you can get the element directly(means you will easily know which row got clicked).