SAP ABAP Class CL_WDR_TEST_API_MINIEDITOR (Assistance-Klasse für WDR_TEST_API_MINIEDITOR)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_TEST (Package) Web Dynpro: Tests
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20090709
Properties
Class CL_WDR_TEST_API_MINIEDITOR  
Short Description Assistance-Klasse für WDR_TEST_API_MINIEDITOR    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_TEST   Web Dynpro: Tests 
Created 20090709   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)
2 IF_WD_ADAPT_IMPLICIT_READER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_WDR_TEST_API_MINIEDITOR has no interface implemented.
Friends
Class CL_WDR_TEST_API_MINIEDITOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COCU_MODIFIER_INTF Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_OBJECTDESCR 20100310
2 COCU_READER_INTF Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_OBJECTDESCR 20100309
3 CO_AGGREGATION Constant Public Type reference (TYPE) STRING `C_AGGREGATION` 20100623
4 CO_PRESET Constant Public Type reference (TYPE) STRING `C_PRESET` 20100623
5 CO_PROPERTY Constant Public Type reference (TYPE) STRING `C_PROPERTY` 20100623
6 M_MESSAGE_MANAGER Instance attribute Private Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER 20090715
Methods
# Method Level Visibility Method type Description Created on
1 APPLY_ATTRIBUTE_CHANGES Instance method Public Method 20090715
2 BUILD_ATTR_LIST_FOR_NODE Instance method Public Method 20090715
3 BUILD_CONFIG_DATA_TABLE Instance method Public Method 20090715
4 CLASS_CONSTRUCTOR Static method Public Constructor 20100309
5 GET_COCU_MODIFIER Instance method Public Method 20100310
6 GET_TEXT Instance method Public Method 20100623
7 INSERT_ELEMENT Instance method Public Method 20090716
8 ON_ACTION_CANCELLED Instance method Public Event handling method 20090715
9 ON_ACTION_FINISHED Instance method Public Event handling method 20090715
10 REC_BUILD_CONFIG_DATA_TABLE Instance method Private Method 20090715
11 REGISTER_EVENTHANDLERS Instance method Public Method 20090715
12 SWITCH_DETAILS Instance method Public Method 20100623
Events
Class CL_WDR_TEST_API_MINIEDITOR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_CONFIG_ATTR Public See coding 20090715 TT_CONFIG_ATTR type standard table of T_CONFIG_ATTR with default key
2 TT_CONFIG_NODE Public See coding 20090715 tt_config_node type STANDARD TABLE OF t_config_node with NON-UNIQUE DEFAULT KEY
3 T_CONFIG_ATTR Public See coding 20090715 begin of T_CONFIG_ATTR, NAME type String, VALUE type String, TYPE type String, is_final type wdy_boolean, is_primary type wdy_boolean, end of T_CONFIG_ATTR
4 T_CONFIG_NODE Public See coding 20090715 begin of T_CONFIG_NODE, node_id type string, name type string, index type I, element_key type string, parent_key type string, expanded type wdy_boolean, is_leaf type wdy_boolean, is_protected type wdy_boolean, end of t_config_node
Method Signatures

Method APPLY_ATTRIBUTE_CHANGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_CHANGES Call by reference Type reference (TYPE) WDR_CONTEXT_CHANGE_LIST Web Dynpro: Liste mit Context-Änderungen 20090715
2 Importing CONFIG_CHANGER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_MODIFIER API Änderung Component-Konfiguration 20090715
# Exception Resumable Description Created on
1 CX_WD_CONFIG_TOOL Exceptions der Config-API 20090715

Method BUILD_ATTR_LIST_FOR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTR_LIST Value transfer Type reference (TYPE) TT_CONFIG_ATTR 20090715
2 Importing CONFIG_READER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_READER Lese-Interface für die Component-Konfiguration 20090715
3 Importing INDEX Call by reference Type reference (TYPE) I 20090715
4 Importing NODE_ID Call by reference Type reference (TYPE) STRING 20090715
5 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20090715

Method BUILD_ATTR_LIST_FOR_NODE on class CL_WDR_TEST_API_MINIEDITOR has no exception.

Method BUILD_CONFIG_DATA_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_READER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_READER Lese-Interface für die Component-Konfiguration 20090715
2 Returning NODE_TABLE Value transfer Type reference (TYPE) TT_CONFIG_NODE 20090715

Method BUILD_CONFIG_DATA_TABLE on class CL_WDR_TEST_API_MINIEDITOR has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WDR_TEST_API_MINIEDITOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WDR_TEST_API_MINIEDITOR has no exception.

Method GET_COCU_MODIFIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COCU_MODIFIER Value transfer Object reference (TYPE REF TO) IF_WD_CONFIG_COCU_MODIFIER API Änderung Component-Customizing 20100310
2 Importing COMP_MODIFIER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_MODIFIER API Änderung Component-Konfiguration 20100310

Method GET_COCU_MODIFIER on class CL_WDR_TEST_API_MINIEDITOR has no exception.

Method GET_TEXT Signature

Method GET_TEXT on class CL_WDR_TEST_API_MINIEDITOR has no parameter.
Method GET_TEXT on class CL_WDR_TEST_API_MINIEDITOR has no exception.

Method INSERT_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_DATA Call by reference Type reference (TYPE) TT_CONFIG_ATTR 20090716
2 Importing CONFIG_CHANGER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_MODIFIER API Änderung Component-Konfiguration 20090716
3 Importing ELEMENT_INDEX Call by reference Type reference (TYPE) I 20090716
4 Importing NODE_DATA Call by reference Type reference (TYPE) T_CONFIG_NODE 20090716
# Exception Resumable Description Created on
1 CX_WD_CONFIG_TOOL Exceptions der Config-API 20090716

Method ON_ACTION_CANCELLED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CALLER Value transfer Attribute reference (LIKE) 20090715

Method ON_ACTION_CANCELLED on class CL_WDR_TEST_API_MINIEDITOR has no exception.

Method ON_ACTION_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CALLER Value transfer Attribute reference (LIKE) Basisschnittstelle Konfigurations-API 20090715
2 Importing SENDER Value transfer Attribute reference (LIKE) 20090715

Method ON_ACTION_FINISHED on class CL_WDR_TEST_API_MINIEDITOR has no exception.

Method REC_BUILD_CONFIG_DATA_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONFIG_READER Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_COMP_READER Lese-Interface für die Component-Konfiguration 20090715
2 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20090715
3 Changing NODE_TABLE Call by reference Type reference (TYPE) TT_CONFIG_NODE 20090715
4 Importing PARENT_INDEX Call by reference Type reference (TYPE) I 20090715
5 Importing PARENT_NODE_ID Call by reference Type reference (TYPE) STRING 20090715
6 Importing PARENT_PATH Call by reference Type reference (TYPE) STRING 20091015

Method REC_BUILD_CONFIG_DATA_TABLE on class CL_WDR_TEST_API_MINIEDITOR has no exception.

Method REGISTER_EVENTHANDLERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHANGE_TOOL Call by reference Object reference (TYPE REF TO) IF_WD_CONFIG_TOOL Basisschnittstelle Konfigurations-API 20090715
2 Importing MESSAGE_MANAGER Call by reference Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message-Manager 20090715

Method REGISTER_EVENTHANDLERS on class CL_WDR_TEST_API_MINIEDITOR has no exception.

Method SWITCH_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20100623
2 Importing SHOW_AGGREGATION Call by reference Type reference (TYPE) ABAP_BOOL 20100623
3 Importing SHOW_PRESET Call by reference Type reference (TYPE) ABAP_BOOL 20100623
4 Importing SHOW_PROPERTY Call by reference Type reference (TYPE) ABAP_BOOL 20100623

Method SWITCH_DETAILS on class CL_WDR_TEST_API_MINIEDITOR has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 800