Web Dynpro API Documentation

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

Packages that use IWDPhase
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 IWDPhase in com.sap.tc.webdynpro.clientserver.uielib.standard.api
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api that return IWDPhase
 IWDPhase[] IWDPhaseIndicator.getPhases()
          Returns the list of Phases.
 IWDPhase IWDPhaseIndicator.getPhase(int index)
          Returns the Phase at the given index.
 IWDPhase IWDPhaseIndicator.removePhase(int index)
          Removes the entry at the given index from the list of Phases.
 IWDPhase IWDPhaseIndicator.removePhase(java.lang.String id)
          Removes the entry with the given ID from the list of Phases.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.standard.api with parameters of type IWDPhase
 void IWDPhaseIndicator.addPhase(IWDPhase aPhase)
          Adds the given Phase at the end of the list of Phases.
 void IWDPhaseIndicator.addPhase(IWDPhase aPhase, int index)
          Adds the given Phase at the specified index in the list of Phases.
 int IWDPhaseIndicator.indexOfPhase(IWDPhase aPhase)
          Returns the index of the given element in the list of Phases 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