SAP ABAP Class CL_WDR_VIEW_CHECK (Consistency Checks for a View or UI Element)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_AIE_PREVIEW (Package) Preview for ABAP in Eclipse
Properties
Class CL_WDR_VIEW_CHECK  
Short Description Consistency Checks for a View or UI Element    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_AIE_PREVIEW   Preview for ABAP in Eclipse 
Created 20121127   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_WDY_MD_ADT_COMPONENT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_WDY_MD_ADT_CONTROLLER Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_WDY_MD_ADT_VIEW Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_WDR_VIEW_CHECK has no interface implemented.
Friends
Class CL_WDR_VIEW_CHECK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FLAT_UI_AGGR_DEF Static Attribute Private See coding 20121219
2 FLAT_UI_PROP_DEF Static Attribute Private See coding 20121205
3 M_ACTIONS Instance attribute Private Type reference (TYPE) IF_WDY_MD_ADT_CONTROLLER=>GTY_T_ACTION 20121213
4 M_COMPONENT Instance attribute Private Type reference (TYPE) IF_WDY_MD_ADT_COMPONENT=>GTY_S_COMPONENT_DEFINITION 20121211
5 M_CONTEXT Instance attribute Private Type reference (TYPE) IF_WDY_MD_ADT_CONTROLLER=>GTY_T_CONTEXT_NODE 20121127
6 M_ROOT_ELEMENT Instance attribute Private Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121127
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_FLAT_AGGREGATIONS Static method Private Method 20121219
2 CALCULATE_FLAT_ELEM_PROPERTIES Static method Private Method 20121204
3 CHECK_AGGREGATIONS Instance method Private Method 20121218
4 CHECK_CAPTION Instance method Private Method 20130118
5 CHECK_CONTEXT_BINDING Instance method Private Method 20130116
6 CHECK_CTABLE Instance method Private Method 20130111
7 CHECK_ELEMENT Instance method Public Method 20121127
8 CHECK_ELEMENT_DEEP Instance method Private Method 20121207
9 CHECK_EXPLANATION Instance method Private Method 20121210
10 CHECK_INPUT_FIELD Instance method Private Method 20121203
11 CHECK_INTERACTIVE_FORM Instance method Private Method 20121213
12 CHECK_LABEL Instance method Private Method 20121127
13 CHECK_MENU Instance method Private Method 20121213
14 CHECK_MESSAGE_AREA Instance method Private Method 20121219
15 CHECK_MULTI_PANE Instance method Private Method 20121207
16 CHECK_PROPERTIES Instance method Private Method 20121205
17 CHECK_QUICKVIEW Instance method Private Method 20121213
18 CHECK_SCROLL_CONTAINER Instance method Private Method 20121210
19 CHECK_TABLE Instance method Private Method 20121219
20 CHECK_TABLE_POPIN Instance method Private Method 20121207
21 CHECK_TABSTRIP Instance method Private Method 20121210
22 CHECK_TEXT_VIEW Instance method Private Method 20130111
23 CHECK_TREE Instance method Private Method 20121219
24 CHECK_VIEW Instance method Public Method 20121207
25 GET_DEFAULT_BUTTON_CONTAINER Instance method Private Method 20121210
26 GET_ELEMENT_BY_ID Instance method Private Method 20121210
27 GET_PROPERTY_DISPLAY_NAME Instance method Private Method 20121211
28 WB_CHECK_TYPE_COMPATIBILITY Instance method Private Method 20130116
29 _IS_PROPERTY_SET Static method Private Method 20130117
Events
Class CL_WDR_VIEW_CHECK has no event.
Types
Class CL_WDR_VIEW_CHECK has no local type.
Method Signatures

Method CALCULATE_FLAT_AGGREGATIONS Signature

Method CALCULATE_FLAT_AGGREGATIONS on class CL_WDR_VIEW_CHECK has no parameter.
Method CALCULATE_FLAT_AGGREGATIONS on class CL_WDR_VIEW_CHECK has no exception.

Method CALCULATE_FLAT_ELEM_PROPERTIES Signature

Method CALCULATE_FLAT_ELEM_PROPERTIES on class CL_WDR_VIEW_CHECK has no parameter.
Method CALCULATE_FLAT_ELEM_PROPERTIES on class CL_WDR_VIEW_CHECK has no exception.

Method CHECK_AGGREGATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121218
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121218

Method CHECK_CAPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20130118
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20130118
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20130118

Method CHECK_CONTEXT_BINDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20130116
2 Importing PROPERTY_DEF Call by reference Type reference (TYPE) WDY_UI_PROP_DEF Web Dynpro : UI-Element Property Definition 20130116
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20130116

Method CHECK_CTABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20130111
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20130111
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20130111

Method CHECK_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_CONTROLLER=>GTY_T_CONTEXT_NODE 20121203
2 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121127
3 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121127
4 Importing ROOT_ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121203
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121203

Method CHECK_ELEMENT_DEEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121207
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121207

Method CHECK_EXPLANATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121210
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121210
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121210

Method CHECK_INPUT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121203
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121203
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121203

Method CHECK_INTERACTIVE_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121213
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121213
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121213

Method CHECK_LABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121203
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121127
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121203

Method CHECK_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121213
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121213
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121213

Method CHECK_MESSAGE_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121219
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121219
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121219

Method CHECK_MULTI_PANE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121207
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121207
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121207

Method CHECK_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121205
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121205

Method CHECK_QUICKVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121213
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121213
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121213

Method CHECK_SCROLL_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121210
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121210
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121210

Method CHECK_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121219
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121219
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121219

Method CHECK_TABLE_POPIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121207
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121207
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121207

Method CHECK_TABSTRIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121210
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121210
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121210

Method CHECK_TEXT_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20130111
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20130111
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20130111

Method CHECK_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121219
2 Importing PROPERTY Call by reference Type reference (TYPE) STRING 20121219
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121219

Method CHECK_VIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIONS Call by reference Type reference (TYPE) IF_WDY_MD_ADT_CONTROLLER=>GTY_T_ACTION 20121213
2 Importing COMPONENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_COMPONENT=>GTY_S_COMPONENT_DEFINITION 20121211
3 Importing CONTEXT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_CONTROLLER=>GTY_T_CONTEXT_NODE 20121207
4 Importing LAYOUT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_VIEW_LAYOUT 20121207
# Exception Resumable Description Created on
1 CX_WDR_VIEW_CHECK UI Element Prüfungen 20121207

Method GET_DEFAULT_BUTTON_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121210
2 Returning RESULT Value transfer Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121210

Method GET_DEFAULT_BUTTON_CONTAINER on class CL_WDR_VIEW_CHECK has no exception.

Method GET_ELEMENT_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121210
2 Importing ID Call by reference Type reference (TYPE) CHAR255 char255 20121210
3 Returning RESULT Value transfer Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20121210

Method GET_ELEMENT_BY_ID on class CL_WDR_VIEW_CHECK has no exception.

Method GET_PROPERTY_DISPLAY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFINITION_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_DEF_NAME Web Dynpro : Web Dynpro UI-Element Definition 20121211
2 Returning DISPLAY_NAME Value transfer Type reference (TYPE) STRING 20121211
3 Importing LIBRARY_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_LIBRARY Web Dynpro : Web Dynpro UI-Element Definition 20121211
4 Importing PROPERTY_NAME Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_PROP_NAME Web Dynpro : Name eines Web Dynpro Metadaten Objekts 20121211

Method GET_PROPERTY_DISPLAY_NAME on class CL_WDR_VIEW_CHECK has no exception.

Method WB_CHECK_TYPE_COMPATIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ARE_COMPATIBLE Call by reference Type reference (TYPE) ABAP_BOOL 20130116
2 Exporting CONTEXT_ELEMENT_DTEL_INFO Call by reference Type reference (TYPE) DTELINFO DD: Nametab-Information zu Datenelement (elementarer Typ) 20130116
3 Changing CONTEXT_ELEMENT_TYPE Call by reference Type reference (TYPE) RS38L_TYP Bezugstyp eines Schnittstellenparameters 20130116
4 Importing PROPERTY_TYPE Call by reference Type reference (TYPE) RS38L_TYP Bezugstyp eines Schnittstellenparameters 20130116
5 Importing PROPERTY_TYPING Call by reference Type reference (TYPE) WDY_MD_ABAP_TYPING_ENUM Web Dynpro : Typisierungsart eines Parameters 20130116

Method WB_CHECK_TYPE_COMPATIBILITY on class CL_WDR_VIEW_CHECK has no exception.

Method _IS_PROPERTY_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Type reference (TYPE) IF_WDY_MD_ADT_VIEW=>GTY_S_ELEMENT 20130117
2 Importing PROPERTY_NAME Call by reference Type reference (TYPE) CLIKE 20130117
3 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130117

Method _IS_PROPERTY_SET on class CL_WDR_VIEW_CHECK has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740