SAP ABAP Class CL_WDRT_VIEW_ELEMENT (Internal: Test Interface for View Elements)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
     SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WDT_VIEW_ELEMENT Test Interface for View Elements 20120523
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_BREAD_CRUMB Bread Crumb 20120815
2 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_BUTTON Test UI Element Button 20111223
3 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_CHECKBOX Internal: Test Interface for Input Field 20120112
4 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_C_TABLE C_Table 20120207
5 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_DROPDOWN_BY_IDX Dropdown by Index 20121213
6 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_DROPDOWN_BY_KEY Dropdown 20120120
7 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_DROP_DOWN_LIST_BOX Dropdown 20130320
8 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_INPUT_FIELD Internal: Test Interface for Input Field 20111219
9 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_LINK_TO_ACTION LINK_TO_ACTION 20120201
10 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_PANEL Panel 20120123
... Click here to see Used By full list (16 items)
Properties
Class CL_WDRT_VIEW_ELEMENT  
Short Description Internal: Test Interface for View Elements    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 5   
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20111219   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_WDR_UR_CUSTOM_MENU Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_WDT_VIEW_ELEMENT Test Interface for View Elements 20120523
Friends
Class CL_WDRT_VIEW_ELEMENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ADAPTER Instance attribute Protected Type reference (TYPE) STRING 20121010
2 M_CONTEXT_ELEMENT Instance attribute Protected Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Interface for Node Element 20111219
3 M_CONTEXT_MENU_HANDLER Instance attribute Protected Object reference (TYPE REF TO) CL_WDR_CONTEXT_MENU_HANDLER Handler for Context Menus 20120628
4 M_VIEW_ELEMENT Instance attribute Protected Object reference (TYPE REF TO) CL_WD_VIEW_ELEMENT 20111219
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20111219
2 CREATE Static method Public Method 20111219
3 CREATE_BY_ID Static method Public Method Special case if you only have the adapter ID 20120208
4 GET_ADAPTER Instance method Protected Method 20111219
5 P Instance method Protected Method 20111219
6 RAISE_CONTEXT_MENU_SELECT Instance method Private Method 20120705
7 RAISE_EVENT Instance method Protected Method 20111219
8 RAISE_ON_CONTEXT_MENU Instance method Private Method 20120705
Events
Class CL_WDRT_VIEW_ELEMENT has no event.
Types
Class CL_WDRT_VIEW_ELEMENT has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20111219
2 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_VIEW_ELEMENT 20111219

Method CONSTRUCTOR on class CL_WDRT_VIEW_ELEMENT has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT Web Dynpro: Schnittstelle für ein Knotenelement 20111219
2 Returning ELEMENT Value transfer Object reference (TYPE REF TO) IF_WDT_VIEW_ELEMENT Test-Schnittstelle für ViewElemente 20111219
3 Importing VIEW_ELEMENT Call by reference Object reference (TYPE REF TO) CL_WD_VIEW_ELEMENT 20111219

Method CREATE on class CL_WDRT_VIEW_ELEMENT has no exception.

Method CREATE_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER_ID Call by reference Type reference (TYPE) STRING 20120208
2 Returning ELEMENT Value transfer Object reference (TYPE REF TO) IF_WDT_GENERIC_ADAPTER Test-Schnittstelle für ViewElemente 20120208
# Exception Resumable Description Created on
1 CX_WD_WEB_DYNPRO_TESTER Ausnahmen für Web Dynpro Tester 20120209

Method GET_ADAPTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ADAPTER Value transfer Object reference (TYPE REF TO) CL_NW7_VIEW_ELEMENT_ADAPTER WebDynpro Local Test XX7 20111219
# Exception Resumable Description Created on
1 CX_WD_WEB_DYNPRO_TESTER Ausnahmen für Web Dynpro Tester 20130110

Method P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20111219
2 Returning PARAMETERS Value transfer Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20111219
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20111219

Method P on class CL_WDRT_VIEW_ELEMENT has no exception.

Method RAISE_CONTEXT_MENU_SELECT Signature

Method RAISE_CONTEXT_MENU_SELECT on class CL_WDRT_VIEW_ELEMENT has no parameter.
Method RAISE_CONTEXT_MENU_SELECT on class CL_WDRT_VIEW_ELEMENT has no exception.

Method RAISE_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20111219
2 Importing PARAMETERS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20111219
# Exception Resumable Description Created on
1 CX_WD_WEB_DYNPRO_TESTER Ausnahmen für Web Dynpro Tester 20130110

Method RAISE_ON_CONTEXT_MENU Signature

Method RAISE_ON_CONTEXT_MENU on class CL_WDRT_VIEW_ELEMENT has no parameter.
Method RAISE_ON_CONTEXT_MENU on class CL_WDRT_VIEW_ELEMENT has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_BREAD_CRUMB Bread Crumb 20120815
2 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_BUTTON Test UI Element Button 20111223
3 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_CHECKBOX Internal: Test Interface for Input Field 20120112
4 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_C_TABLE C_Table 20120207
5 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_DROPDOWN_BY_IDX Dropdown by Index 20121213
6 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_DROPDOWN_BY_KEY Dropdown 20120120
7 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_DROP_DOWN_LIST_BOX Dropdown 20130320
8 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_INPUT_FIELD Internal: Test Interface for Input Field 20111219
9 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_LINK_TO_ACTION LINK_TO_ACTION 20120201
10 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_PANEL Panel 20120123
11 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_PANEL_STACK Tester for Panel Stack 20120914
12 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_RADIOBUTTON Radio Button 20120131
13 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_TABLE Test Interface for Table 20120104
14 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_TOOLBAR_BTN_CHOICE Button Choice 20120120
15 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_TRAY Tester for Tray 20120921
16 Inheritance (c INHERITING FROM c_ref)  CL_WDRT_TREE_BY_KEY_TABLE_COL Tree 20120123
History
Last changed by/on SAP  20130531 
SAP Release Created in 732