cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic binding

Former Member
0 Kudos

Is it possible to use dynamic binding betweeen the component controller and the view controler.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

Hi Eoin,

https://media.sdn.sap.com/javadocs/NW04/SP12/webdynpro/com/sap/tc/webdynpro/progmodel/api/IWDNodeInf...

setMapping(IWDNodeInfo mappedNode, boolean selectionMapped) Sets the mapping of a mapped node that has been declared before.

addMappedAttribute(java.lang.String name, java.lang.String mappedName) Adds a new mapped attribute to the structure.

addMappedChild(java.lang.String name, java.lang.Class elementClass, boolean singleton, boolean mandatorySelection, boolean multipleSelection, java.lang.String mappedPath, boolean selectionMapped, boolean initializeLeadSelection) Dynamically declares and adds a mapped child NodeInfo with the given properties.

Best regards, Maksim Rashchynski.