SAP ABAP Class CL_WD_SIMPLE_SERIES (CL_WD_SIMPLE_SERIES)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_BUSINESS_GRAPHICS (Package) UIE Library "BusinessGraphics"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_ABSTRACT_SERIES 20040625
Properties
Class CL_WD_SIMPLE_SERIES  
Short Description    
Super Class CL_WD_ABSTRACT_SERIES  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_BUSINESS_GRAPHICS   UIE Library "BusinessGraphics" 
Created 20040625   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WD_SIMPLE_SERIES has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20100618 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20100618 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_VALUE Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20040625
2 CID_SIMPLE_SERIES Constant Public Type reference (TYPE) GUID 'B158684220506924E10000000A1550C0' 20050316
3 VL_CUSTOMIZING_ID Instance attribute Protected Type reference (TYPE) STRING 20040625
4 VL_EVENT_ID Instance attribute Protected Type reference (TYPE) STRING 20040625
5 VL_LABEL Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040625
6 VL_TOOLTIP Instance attribute Protected Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040625
7 VL_VALUE Instance attribute Protected Type reference (TYPE) STRING 20050316
Methods
# Method Level Visibility Method type Description Created on
1 BIND_VALUE Instance method Public Method 20040625
2 BOUND_VALUE Instance method Public Method 20040625
3 CONSTRUCTOR Instance method Public Constructor 20040625
4 GET_CUSTOMIZING_ID Instance method Public Method 20040625
5 GET_EVENT_ID Instance method Public Method 20040625
6 GET_LABEL Instance method Public Method 20040625
7 GET_TOOLTIP Instance method Public Method 20040625
8 GET_VALUE Instance method Public Method 20040625
9 NEW_SIMPLE_SERIES Static method Public Method 20040625
10 SET_CUSTOMIZING_ID Instance method Public Method 20040625
11 SET_EVENT_ID Instance method Public Method 20040625
12 SET_LABEL Instance method Public Method 20040625
13 SET_TOOLTIP Instance method Public Method 20040625
14 SET_VALUE Instance method Public Method 20040625
Events
Class CL_WD_SIMPLE_SERIES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_SIMPLE_SERIES Public See coding 20050316 tt_SIMPLE_SERIES TYPE TABLE OF REF TO CL_WD_SIMPLE_SERIES WITH DEFAULT KEY
Method Signatures

Method BIND_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PATH Call by reference Type reference (TYPE) STRING 20040625

Method BIND_VALUE on class CL_WD_SIMPLE_SERIES has no exception.

Method BOUND_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040625
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040625
3 Returning PATH Value transfer Type reference (TYPE) STRING 20040625

Method BOUND_VALUE on class CL_WD_SIMPLE_SERIES has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040625
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040625

Method CONSTRUCTOR on class CL_WD_SIMPLE_SERIES has no exception.

Method GET_CUSTOMIZING_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20040625

Method GET_CUSTOMIZING_ID on class CL_WD_SIMPLE_SERIES has no exception.

Method GET_EVENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20040625

Method GET_EVENT_ID on class CL_WD_SIMPLE_SERIES has no exception.

Method GET_LABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AS_EXTERNAL Value transfer Type reference (TYPE) ABAP_BOOL 20060711
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20040625

Method GET_LABEL on class CL_WD_SIMPLE_SERIES has no exception.

Method GET_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AS_EXTERNAL Value transfer Type reference (TYPE) ABAP_BOOL 20060711
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20040625

Method GET_TOOLTIP on class CL_WD_SIMPLE_SERIES has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040625
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040625
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20040625

Method GET_VALUE on class CL_WD_SIMPLE_SERIES has no exception.

Method NEW_SIMPLE_SERIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BIND_VALUE Call by reference Type reference (TYPE) STRING 20040625
2 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_SIMPLE_SERIES 20040625
3 Importing CUSTOMIZING_ID Call by reference Type reference (TYPE) STRING 20040625
4 Importing EVENT_ID Call by reference Type reference (TYPE) STRING 20040625
5 Importing ID Call by reference Type reference (TYPE) STRING 20040625
6 Importing LABEL Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040625
7 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040625
8 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040625

Method NEW_SIMPLE_SERIES on class CL_WD_SIMPLE_SERIES has no exception.

Method SET_CUSTOMIZING_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20040625

Method SET_CUSTOMIZING_ID on class CL_WD_SIMPLE_SERIES has no exception.

Method SET_EVENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20040625

Method SET_EVENT_ID on class CL_WD_SIMPLE_SERIES has no exception.

Method SET_LABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040625

Method SET_LABEL on class CL_WD_SIMPLE_SERIES has no exception.

Method SET_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040625

Method SET_TOOLTIP on class CL_WD_SIMPLE_SERIES has no exception.

Method SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE Call by reference Type reference (TYPE) STRING 20040625

Method SET_VALUE on class CL_WD_SIMPLE_SERIES has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710