cancel
Showing results for 
Search instead for 
Did you mean: 

RoadMap Application

Former Member
0 Kudos

hi all,

Can some one tell me the complete steps of how to implement RoadMap UI element in webdynpro.

Regards,

Sunaina Reddy T

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The RoadMap UI element displays the steps in a wizard. Each step is represented by a separate RoadMapStep Object. You can tag the starting point and endpoint of this UI element using different symbols, which are defined by the enumeration type WDRoadMapEdgeDesign. Assigning the value more to the property startPointDesign or endPointDesign indicates to the user that there are

Events

· onLoadSteps (boolean atEnd)

Describes the action that is executed when the RoadMap UI element contains more steps that are displayed and the user selects the icon for more steps. The parameter atEnd specifies whether the RoadMap UI element contains more steps at the end or at the beginning.

· onSelect (String step)

Describes the action that is executed when the user selects a RoadMap step.

The event parameter of the type String corresponds to the ID of the selected step.

Thanks and regards

Trilochan

Former Member
0 Kudos

Go through this,

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/wdjava/webdynproJava-UI-Development-Roadmap+Element.

Regards,

Sandeep.