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 | Constant | Public | Type reference (TYPE) | T_UR_PREFIX | 'NW7' | 20050622 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | WDG_UR_CONTROL | Unified Rendering: Control | 20050622 | |||
| 3 | Static Attribute | Private | Type reference (TYPE) | T_UR_CONTROL_TAB | Unified Rendering: Control | 20050908 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | T_UR_EVENT_PAR_TAB | 20050622 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | T_UR_EVENT_TAB | 20050622 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | T_UR_PREFIX | 20050622 | ||||
| 7 | Instance attribute | Public | Type reference (TYPE) | T_UR_PROPERTY_TAB | 20050622 | ||||
| 8 | Static Attribute | Private | See coding | 20050622 | |||||
| 9 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_WDG_UR_CONTROL_DESCR | SWDP_UR_NW5 | 20101206 | |||
| 10 | Static Attribute | Private | See coding | 20050622 | |||||
| 11 | Static Attribute | Private | Type reference (TYPE) | T_UR_PREFIX | 20050622 | ||||
| 12 | Static Attribute | Private | Type reference (TYPE) | T_UR_PREFIX | 20101206 | ||||
| 13 | Static Attribute | Private | See coding | 20050622 | |||||
| 14 | Static Attribute | Private | Type reference (TYPE) | T_UR_PREFIX | 20050622 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20101206 | ||
| 2 | Static method | Public | Method | Get UR Control Description via IID | 20050908 | |
| 3 | Static method | Public | Method | Get UR Control Description via Interface Name | 20080116 | |
| 4 | Static method | Public | Method | Get UR Control Description via IID | 20050622 | |
| 5 | Static method | Public | Method | Get UR Control Description via Interface Name | 20050622 | |
| 6 | Static method | Public | Method | Returns Display Name of UR Control Using the Interface | 20131129 | |
| 7 | Instance method | Public | Method | Get Event Definition | 20050622 | |
| 8 | Instance method | Public | Method | Get Property Definition | 20050622 | |
| 9 | Instance method | Public | Method | Specify Enumeration Values for Property | 20101206 | |
| 10 | Instance method | Public | Method | Specify Enumeration Values for Property | 20050622 | |
| 11 | 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 | 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 | CONTROL_NAME | Call by reference | Type reference (TYPE) | STRING | 20050908 | ||||
| 2 | DESCR | Value transfer | Object reference (TYPE REF TO) | CL_WDG_UR_CONTROL_DESCR | SWDP_UR_NW5 | 20050908 | |||
| 3 | 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 | DESCR | Value transfer | Object reference (TYPE REF TO) | CL_WDG_UR_CONTROL_DESCR | SWDP_UR_NW5 | 20080116 | |||
| 2 | DISPLAY_NAME | Call by reference | Type reference (TYPE) | STRING | Objekttypname | 20080116 | |||
| 3 | UR_PREFIX | Call by reference | Type reference (TYPE) | T_UR_PREFIX | C_DEFAULT_UR_PREFIX | 20080116 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20080116 |
Method DESCRIBE_BY_IID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESCR | Value transfer | Object reference (TYPE REF TO) | CL_WDG_UR_CONTROL_DESCR | SWDP_UR_NW5 | 20050622 | |||
| 2 | IID | Call by reference | Type reference (TYPE) | GUID | Globally Unique Identifier | 20050622 | |||
| 3 | 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 | DESCR | Value transfer | Object reference (TYPE REF TO) | CL_WDG_UR_CONTROL_DESCR | SWDP_UR_NW5 | 20050622 | |||
| 2 | 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 | DISPLAY_NAME | Value transfer | Type reference (TYPE) | STRING | 20131129 | ||||
| 2 | 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 | EVENT | Value transfer | Type reference (TYPE) | T_EVENT | 20050622 | ||||
| 2 | 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 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | SEOCMPNAME | Komponentenname | 20050622 | |||
| 2 | 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 | PROPERTY_NAME | Call by reference | Type reference (TYPE) | SEOCMPNAME | Komponentenname | 20101206 | |||
| 2 | TYPE | Call by reference | Type reference (TYPE) | SEOCOMPODF-TYPE | Bezugstyp eines Schnittstellenparameters | 20101206 | |||
| 3 | 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 | ENUM | Value transfer | Type reference (TYPE) | T_ENUM | 20050622 | ||||
| 2 | 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 | 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 |