Entering content frame

Object documentation Web Dynpro AbstractSeries API - IWDAbstractSeries Locate the document in its SAP Library structure

Overview

The AbstractSeries class is an abstract base class that enables the data series subclasses SimpleSeries and Series to execute a predefined action. The action is executed when you select the data series area in the generated graphic.

Property Descriptions

·        onAction
This property can be used to execute a predefined action when selecting the data row area in the generated graphic.

Subordinate Interfaces

IWDSeries, IWDSimpleSeries.

Methods in the Web Dynpro IWDAbstractSeries API

Method Name

Parameter

Return Value

Short Description

getBusinessGraphics

 

IWDBusinessGraphics

Returns the BusinessGraphics element in which this AbstractSeries element is contained.

getOnAction

 

IWDAction

Returns the action that is executed when the onAction event is triggered.

mappingOfOnAction

 

IWDParameterMapping

Returns the parameter mapping for the onAction action.

setOnAction

(IWDAction action)

 

Sets the action that is executed when the onAction event is triggered.

Additional methods are available using inheritance: IWDViewElement.

  

  

 

Leaving content frame