Skip to Content
0
Former Member
Oct 04, 2003 at 06:56 PM

WebDynpro Context

65 Views

Hello,

I need some clarifications regarding the contexts in webdynpro developer Studio.

The method documentation says

/**

  • Root node of this controller's context. </p>

*

  • Provides typed access not only to the elements of the root node

  • but also to all nodes in the context (methods nodeXYZ()),

  • to their currently selected element (methods currentXYZElement())

  • and facilitates the creation of new elements for all nodes

  • (methods createXYZElement()). </p>

*

  • @see com.sap.suresh.test.wdp.IPrivateUser.IContextNode for more details.

*/

If I have a node called Orders....then

what is the difference between nodeOrders( ) and

currentOrdersElement( ) and

createOrdersElement( ).

I am really confused. Could anybody explain to me please.....

Thanks,

Suresh