cancel
Showing results for 
Search instead for 
Did you mean: 

what is the use of BIND and BOUND?

Former Member
0 Kudos

Hi Gurus,

I am new to Java Webdynpro ...............what is the use of BIND? and BOUND?

Thanks in Advance,

Dharani

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

BINDING is basically attachment and passing values from node element to UI elements.

UI Element must be attached (BIND) to node element to get values from.Without node binding Ui element will not be able to populate value.

In other words a UI element which is populating values must be BOUND to a node element.

Basically BIND and BOUND are same.

Mandeep Virk

Former Member
0 Kudos

HI Mandeep Virk,

Thanks for the input.

You meant to say we can use the BIND to bind the value of component controller or view controller with UI node........

Please calrify.......................................

Thanks in Advance,

Dharani

Former Member
0 Kudos

yes

We can bind values to UI elements in view controller.

As Component controller has no interface so values are not bound to any Ui element but those context node elements can be mapped with context node elemnts of view controller.

suppose you have input field UIElement. It has VALUE property which must be bound to an attribute of context node.

When user enter some value in INPUT FIELD at run time, that value is handled by node only if it is bound to node.

So node must be attached / Bound to Ui element to get or populate values.

Mandeep Virk

Answers (1)

Answers (1)

nikhil_bose
Active Contributor
0 Kudos

Bind: refers a dataflow between dynpro objects.

go through [thread: understanding Bind|;

nikhil