on 2008 Mar 19 2:31 PM
Hi,
What is selection cardinality?
What is the difference between these2 context node methods
wdContext.node<Context>().setLeadSelection(int);
wdContext.node<Context>().setSelected(int, boolean );
and How does Selection cardinality affects the setSelected property.
Thanks & Regards
Veerabhadram
hi,
please follow the following links for your first query
[http://help.sap.com/saphelp_nw70/helpdata/EN/f1/94384162316532e10000000a1550b0/frameset.htm]
SetLeadSelection() selects a particular element by the index.This is mainly used to set the default selection of a dropdown, checkbox group, radio button.
setSelected selects(boolean value =true) or unselects(boolean value =false) an element at a paricular index
regards,
pinki
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.