Web Dynpro API Documentation

Uses of Interface
com.sap.tc.webdynpro.clientserver.uielib.graphics.api.IWDAbstractValue

Packages that use IWDAbstractValue
com.sap.tc.webdynpro.clientserver.uielib.graphics.api   
 

Uses of IWDAbstractValue in com.sap.tc.webdynpro.clientserver.uielib.graphics.api
 

Subinterfaces of IWDAbstractValue in com.sap.tc.webdynpro.clientserver.uielib.graphics.api
 interface IWDNumericValue
          Web Dynpro NumericValue API.
 interface IWDTimeValue
          Web Dynpro TimeValue API.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.graphics.api that return IWDAbstractValue
 IWDAbstractValue[] IWDPoint.getValues()
          Returns the list of Values.
 IWDAbstractValue IWDPoint.getValue(int index)
          Returns the Value at the given index.
 IWDAbstractValue IWDPoint.removeValue(int index)
          Removes the entry at the given index from the list of Values.
 IWDAbstractValue IWDPoint.removeValue(java.lang.String id)
          Removes the entry with the given ID from the list of Values.
 

Methods in com.sap.tc.webdynpro.clientserver.uielib.graphics.api with parameters of type IWDAbstractValue
 void IWDPoint.addValue(IWDAbstractValue aAbstractValue)
          Adds the given Value at the end of the list of Values.
 void IWDPoint.addValue(IWDAbstractValue aAbstractValue, int index)
          Adds the given Value at the specified index in the list of Values.
 int IWDPoint.indexOfValue(IWDAbstractValue aAbstractValue)
          Returns the index of the given element in the list of Values 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