on 2007 Aug 01 11:49 AM
hi to all
iam little but confusion among
ACTION ,, EVENT., EVENT HANDLER METHODS
can any one give me description about all these
thank u inadvance
ratan
Hi Ratan,
Method can be void and it can be return type.
Method with Event: it perform some system actions such as click, enter etc..
Action it performs system events. for example. You can use actions with UI Elements where as methods are not.
For example: Submit Button
onActionSubmit()
{
}
Note: Method with event and Action both are almost Similar
To avoid Confusion:
Use actions when use UI Elements
Use methods if you want write individual methods
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi
check out this help links
Event
http://help.sap.com/saphelp_nw70/helpdata/en/e0/14faee8ee4534989063a2588bc5754/content.htm
Action
http://help.sap.com/saphelp_nw70/helpdata/en/bf/50953fc405330ee10000000a114084/frameset.htm
Thanks and Regards,
Arun
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Chris Whealy "Inside Web Dynpro for Java", chapter 3.7.
Armin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.