SAP ABAP Class CL_WDG_UR_CONTROL_DESCR (SWDP_UR_NW5)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UR_NW7 (Package) Unified Rendering: Lightspeed
Properties
Class CL_WDG_UR_CONTROL_DESCR  
Short Description SWDP_UR_NW5    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UR_NW7   Unified Rendering: Lightspeed 
Created 20050622   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WDG_UR_CONTROL_DESCR has no forward declaration.
Interfaces
Class CL_WDG_UR_CONTROL_DESCR has no interface implemented.
Friends
Class CL_WDG_UR_CONTROL_DESCR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DEFAULT_UR_PREFIX Constant Public Type reference (TYPE) T_UR_PREFIX 'NW7' 20050622
2 UR_CONTROL Instance attribute Public Type reference (TYPE) WDG_UR_CONTROL Unified Rendering: Control 20050622
3 UR_CONTROLS Static Attribute Private Type reference (TYPE) T_UR_CONTROL_TAB Unified Rendering: Control 20050908
4 UR_EVENT_PAR_TAB Instance attribute Public Type reference (TYPE) T_UR_EVENT_PAR_TAB 20050622
5 UR_EVENT_TAB Instance attribute Public Type reference (TYPE) T_UR_EVENT_TAB 20050622
6 UR_PREFIX Instance attribute Private Type reference (TYPE) T_UR_PREFIX 20050622
7 UR_PROPERTY_TAB Instance attribute Public Type reference (TYPE) T_UR_PROPERTY_TAB 20050622
8 _ADMIN_TAB Static Attribute Private See coding 20050622
9 _EMPTY_CONTROL Static Attribute Private Object reference (TYPE REF TO) CL_WDG_UR_CONTROL_DESCR SWDP_UR_NW5 20101206
10 _SEOCOMPODF_TAB Static Attribute Private See coding 20050622
11 _SEOCOMPODF_UR_PREFIX Static Attribute Private Type reference (TYPE) T_UR_PREFIX 20050622
12 _UR_CONTROL_UR_PREFIX Static Attribute Private Type reference (TYPE) T_UR_PREFIX 20101206
13 _UR_ENUM_TAB Static Attribute Private See coding 20050622
14 _UR_ENUM_UR_PREFIX Static Attribute Private Type reference (TYPE) T_UR_PREFIX 20050622
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_EMPTY_CONTROL Static method Public Method 20101206
2 DESCRIBE_BY_CONTROL_NAME Static method Public Method Get UR Control Description via IID 20050908
3 DESCRIBE_BY_DISPLAY_NAME Static method Public Method Get UR Control Description via Interface Name 20080116
4 DESCRIBE_BY_IID Static method Public Method Get UR Control Description via IID 20050622
5 DESCRIBE_BY_INTERFACE_NAME Static method Public Method Get UR Control Description via Interface Name 20050622
6 GET_DISPLAY_NAME_BY_INTF_NAME Static method Public Method Returns Display Name of UR Control Using the Interface 20131129
7 GET_EVENT Instance method Public Method Get Event Definition 20050622
8 GET_PROPERTY Instance method Public Method Get Property Definition 20050622
9 GET_PROPERTY_TYPE Instance method Public Method Specify Enumeration Values for Property 20101206
10 GET_PROPERTY_VALUES Instance method Public Method Specify Enumeration Values for Property 20050622
11 _FETCH_SEOCOMPODF Static method Private Method Internal: Fill Cache of IIDs 20050622
Events
Class CL_WDG_UR_CONTROL_DESCR has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_ADMIN_TAB_LINE Private See coding 20050622 begin of t_admin_tab_line, interface_name type seoclsname, iid type guid, ref type ref to cl_wdg_ur_control_descr, end of t_admin_tab_line
2 T_ENUM Public See coding 20050622 begin of T_enum, definition type wdg_ur_enum, values type standard table of wdg_ur_enum_val with default key, end of t_enum
3 T_EVENT Public See coding 20050622 begin of T_EVENT, definition type wdg_ur_event, parameters type standard table of wdg_ur_event_par with default key, end of t_event
4 T_UR_CONTROL_TAB Public See coding 20050908 t_ur_control_tab type standard table of wdg_ur_control
5 T_UR_EVENT_PAR_TAB Public See coding 20050622 t_ur_event_par_tab type standard table of wdg_ur_event_par
6 T_UR_EVENT_TAB Public See coding 20050622 t_ur_event_tab type sorted table of wdg_ur_event with unique key ur_event
7 T_UR_PREFIX Public See coding 20050622 T_ur_PREFIX(3) type c
8 T_UR_PROPERTY_TAB Public See coding 20050622 t_ur_property_tab type sorted table of wdg_ur_property with unique key ur_property
Method Signatures

Method CREATE_EMPTY_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EMPTY_CONTROL Value transfer Object reference (TYPE REF TO) CL_WDG_UR_CONTROL_DESCR SWDP_UR_NW5 20101206

Method CREATE_EMPTY_CONTROL on class CL_WDG_UR_CONTROL_DESCR has no exception.

Method DESCRIBE_BY_CONTROL_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTROL_NAME Call by reference Type reference (TYPE) STRING 20050908
2 Returning DESCR Value transfer Object reference (TYPE REF TO) CL_WDG_UR_CONTROL_DESCR SWDP_UR_NW5 20050908
3 Importing UR_PREFIX Call by reference Type reference (TYPE) T_UR_PREFIX C_DEFAULT_UR_PREFIX 20050908

Method DESCRIBE_BY_CONTROL_NAME on class CL_WDG_UR_CONTROL_DESCR has no exception.

Method DESCRIBE_BY_DISPLAY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DESCR Value transfer Object reference (TYPE REF TO) CL_WDG_UR_CONTROL_DESCR SWDP_UR_NW5 20080116
2 Importing DISPLAY_NAME Call by reference Type reference (TYPE) STRING Objekttypname 20080116
3 Importing UR_PREFIX Call by reference Type reference (TYPE) T_UR_PREFIX C_DEFAULT_UR_PREFIX 20080116
# Exception Resumable Description Created on
1 ELEM_NOT_FOUND 20080116

Method DESCRIBE_BY_IID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DESCR Value transfer Object reference (TYPE REF TO) CL_WDG_UR_CONTROL_DESCR SWDP_UR_NW5 20050622
2 Importing IID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20050622
3 Importing UR_PREFIX Call by reference Type reference (TYPE) T_UR_PREFIX C_DEFAULT_UR_PREFIX 20050622

Method DESCRIBE_BY_IID on class CL_WDG_UR_CONTROL_DESCR has no exception.

Method DESCRIBE_BY_INTERFACE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DESCR Value transfer Object reference (TYPE REF TO) CL_WDG_UR_CONTROL_DESCR SWDP_UR_NW5 20050622
2 Importing INTERFACE_NAME Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20050622

Method DESCRIBE_BY_INTERFACE_NAME on class CL_WDG_UR_CONTROL_DESCR has no exception.

Method GET_DISPLAY_NAME_BY_INTF_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DISPLAY_NAME Value transfer Type reference (TYPE) STRING 20131129
2 Importing INTERFACE_NAME Call by reference Type reference (TYPE) SEOCLSNAME Objekttypname 20131129

Method GET_DISPLAY_NAME_BY_INTF_NAME on class CL_WDG_UR_CONTROL_DESCR has no exception.

Method GET_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EVENT Value transfer Type reference (TYPE) T_EVENT 20050622
2 Importing EVENT_NAME Call by reference Type reference (TYPE) SEOCMPNAME Komponentenname 20050622

Method GET_EVENT on class CL_WDG_UR_CONTROL_DESCR has no exception.

Method GET_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTY_NAME Call by reference Type reference (TYPE) SEOCMPNAME Komponentenname 20050622
2 Returning UR_PROPERTY Value transfer Type reference (TYPE) WDG_UR_PROPERTY Unified Rendering: Properties 20050622

Method GET_PROPERTY on class CL_WDG_UR_CONTROL_DESCR has no exception.

Method GET_PROPERTY_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROPERTY_NAME Call by reference Type reference (TYPE) SEOCMPNAME Komponentenname 20101206
2 Exporting TYPE Call by reference Type reference (TYPE) SEOCOMPODF-TYPE Bezugstyp eines Schnittstellenparameters 20101206
3 Exporting TYPTYPE Value transfer Type reference (TYPE) SEOCOMPODF-TYPTYPE Typisierungsart 20101206

Method GET_PROPERTY_TYPE on class CL_WDG_UR_CONTROL_DESCR has no exception.

Method GET_PROPERTY_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ENUM Value transfer Type reference (TYPE) T_ENUM 20050622
2 Importing PROPERTY_NAME Call by reference Type reference (TYPE) SEOCMPNAME Komponentenname 20050622

Method GET_PROPERTY_VALUES on class CL_WDG_UR_CONTROL_DESCR has no exception.

Method _FETCH_SEOCOMPODF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UR_PREFIX Call by reference Type reference (TYPE) T_UR_PREFIX 20050622

Method _FETCH_SEOCOMPODF on class CL_WDG_UR_CONTROL_DESCR has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 710