Uses of Interface
com.hp.lft.sdk.sap.ui5.RoadMapItem
Packages that use RoadMapItem
-
Uses of RoadMapItem in com.hp.lft.sdk.sap.ui5
Methods in com.hp.lft.sdk.sap.ui5 that return RoadMapItemModifier and TypeMethodDescriptionReturns the path to the item as a semicolon-delimited string.RoadMap.getSelectedItem()
Returns the currently selected step or sub-step in the road map.Methods in com.hp.lft.sdk.sap.ui5 that return types with arguments of type RoadMapItemModifier and TypeMethodDescriptionRoadMap.getItems()
Returns a list of the names of allRoadMapItem
steps and sub-steps, separated by semicolons (;).RoadMap.getSteps()
Returns a list of all of the top-level steps in the road map (including hidden steps).Methods in com.hp.lft.sdk.sap.ui5 with parameters of type RoadMapItemModifier and TypeMethodDescriptionvoid
RoadMap.select
(RoadMapItem item) Selects the step or sub-step in the road map object.