|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWDAbstractSeries | |
| com.sap.tc.webdynpro.clientserver.uielib.graphics.api | |
| Uses of IWDAbstractSeries in com.sap.tc.webdynpro.clientserver.uielib.graphics.api |
| Subinterfaces of IWDAbstractSeries in com.sap.tc.webdynpro.clientserver.uielib.graphics.api | |
interface |
IWDSeries
Web Dynpro Series API. |
interface |
IWDSimpleSeries
Web Dynpro SimpleSeries API. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.graphics.api that return IWDAbstractSeries | |
IWDAbstractSeries[] |
IWDBusinessGraphics.getSeriesList()
Returns the list of SeriesList. |
IWDAbstractSeries |
IWDBusinessGraphics.getSeries(int index)
Returns the Series at the given index. |
IWDAbstractSeries |
IWDBusinessGraphics.removeSeries(int index)
Removes the entry at the given index from the list of SeriesList. |
IWDAbstractSeries |
IWDBusinessGraphics.removeSeries(java.lang.String id)
Removes the entry with the given ID from the list of SeriesList. |
| Methods in com.sap.tc.webdynpro.clientserver.uielib.graphics.api with parameters of type IWDAbstractSeries | |
void |
IWDBusinessGraphics.addSeries(IWDAbstractSeries aAbstractSeries)
Adds the given Series at the end of the list of SeriesList. |
void |
IWDBusinessGraphics.addSeries(IWDAbstractSeries aAbstractSeries,
int index)
Adds the given Series at the specified index in the list of SeriesList. |
int |
IWDBusinessGraphics.indexOfSeries(IWDAbstractSeries aAbstractSeries)
Returns the index of the given element in the list of SeriesList or -1 if it is not contained in the list. |
|
Web Dynpro API Documentation | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||