Web Dynpro API Documentation

Uses of Interface
com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDRoadMapStep

Packages that use IWDRoadMapStep
com.sap.tc.webdynpro.clientserver.uielib.standard.api Contains interfaces for accessing Web Dynpro UI elements and contains enumeration types used as UI element property types. 
 

Uses of IWDRoadMapStep in com.sap.tc.webdynpro.clientserver.uielib.standard.api
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return IWDRoadMapStep
 IWDRoadMapStep[] IWDRoadMap.getSteps()
          Returns the list of Steps.
 IWDRoadMapStep IWDRoadMap.getStep(int index)
          Returns the Step at the given index.
 IWDRoadMapStep IWDRoadMap.removeStep(int index)
          Removes the entry at the given index from the list of Steps.
 IWDRoadMapStep IWDRoadMap.removeStep(java.lang.String id)
          Removes the entry with the given ID from the list of Steps.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type IWDRoadMapStep
 void IWDRoadMap.addStep(IWDRoadMapStep aRoadMapStep)
          Adds the given Step at the end of the list of Steps.
 void IWDRoadMap.addStep(IWDRoadMapStep aRoadMapStep, int index)
          Adds the given Step at the specified index in the list of Steps.
 int IWDRoadMap.indexOfStep(IWDRoadMapStep aRoadMapStep)
          Returns the index of the given element in the list of Steps or -1 if it is not contained in the list.
 


Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15