cancel
Showing results for 
Search instead for 
Did you mean: 

IModifiableSimpleValueSet JavaDoc

Former Member
0 Kudos

Hello all,

I can't seem to find the JavaDoc for IModifiableSimpleValueSet, anyone have a link?

It's mentioned (as method paramater)in the JavaDocs in a number of places, such as the doc for IWDValueSupplier; but there is no link to a doc specificaly for IModifiableSimpleValueSet.

I want to order a dropdown by key and I found the line;

myValueSet.sort(false, true, true);

This works, pretty much, there's one strange entry that I'm having problems with that I'll work on myself. The thing is though, I'd really like to know what the (false, true, true) is about and more than that, I use this class a bit and would like to have a good look at the JavaDoc for it.

Regards,

Patrick.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

It means ..

IModifiableSimpleValueSet.sort(boolean sortByKey, 
         boolean up, boolean ignoreCase)

Regards

Bharathwaj

Former Member
0 Kudos

Hi Bharathwaj,

Thanks for that.

So I guess that where 'sortByKey' is false then it sorts by value, is that correct? 'Up' will be ordering and 'ignoreCase' is quite obvious.

Do you have a link to further documentation about this interface?

Thanks again,

Patrick.

Former Member
0 Kudos

Hi,

I have been using this by checking forums in SDN and by trial and error.

It does not seem to be available in the standard api documentation.. So, sadly i cant provide you the link to the documentation..

Will update this post once i get some lead.. !

Regards

Bharathwaj.

Former Member
0 Kudos

I see.

Thanks again Bharathwaj.

Patrick.

Former Member
0 Kudos

This interface is not part of the Web Dynpro runtime API, but of the Java DDIC. Please open an OSS message on the Java DDIC and ask for the Javadoc.

Armin

Former Member
0 Kudos

Hi Armin,

I opened the OSS. I'll post again when I receive a reply.

Regards,

Patrick.

Former Member
0 Kudos

UPDATE:

The JavaDoc is now available for this interface:

Follow the link:

https://media.sdn.sap.com/javadocs/NW04/SPS15/dr/index.html and choose the package com.sap.typeservices

Patrick.

Answers (0)