cancel
Showing results for 
Search instead for 
Did you mean: 

non-clickable RoadMap

0 Kudos

Hi all,

does somebody of you know how I can make a RoadMap non-clickable? According to this site (http://mysap.wdf.sap.corp:2080/resources/resources_internal/ur_guidelines/roadmap.html) there should exist a field "isInteractive".

But with WebDynpro Java (NW2004s) the class IWDRoadMap doesn't have such a field.

Thanks in advance for your suggestions!

Best regards,

Christian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try not to assign action handler for step selection event and you should get non-interactive version.

VS

0 Kudos

Perfect, thank you Valery. By calling the method "setOnSelect" with parameter "null" the RoadMap is non-clickable.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

As of now there is not attribute "isInteractive".

If you don't want to make it interactive make it enabled as false !!!

Regards, Anilkumar

0 Kudos

OK, then the color of the steps changes to a (boring) grey. But it solves my problem...

Thanks.

Regards,

Christian