SAP ABAP Class CL_RSRT_UIE_DROPDOWN (UI Element: Dropdown)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSRT_BICS_MODEL (Package) RSRT BICS Model
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSRT_UIE_A_DROPDOWN | UI Element: Dropdown | 20120107 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSRT_UIE_CELL_EDITOR | UI Element: Cell Editor | 20111112 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSRT_UIE_TOOLBAR_ITEM | UI Element: Toolbar Item | 20120509 |
Properties
| Class | CL_RSRT_UIE_DROPDOWN | |
| Short Description | UI Element: Dropdown | |
| Super Class | CL_RSRT_UIE_A_DROPDOWN | UI Element: Dropdown |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSRT_BICS_MODEL | RSRT BICS Model |
| Created | 20111105 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSRT_UIE_CELL_EDITOR | UI Element: Cell Editor | 20111112 | ||
| 2 | IF_RSRT_UIE_TOOLBAR_ITEM | UI Element: Toolbar Item | 20120509 |
Friends
Class CL_RSRT_UIE_DROPDOWN has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_CID | 'DROPDOWN' | 20120508 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Constructor | CONSTRUCTOR | 20111108 | |
| 2 | Static method | Public | Method | Create Dropdown | 20111108 |
Events
Class CL_RSRT_UIE_DROPDOWN has no event.
Types
Class CL_RSRT_UIE_DROPDOWN has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BIND_ENABLED | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20111108 | |||
| 2 | BIND_LABEL_TEXT | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20120107 | |||
| 3 | BIND_LABEL_VISIBLE | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20120424 | |||
| 4 | BIND_SELECTED_VALUE | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20111108 | |||
| 5 | BIND_TEXTS | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20111108 | |||
| 6 | BIND_TOOLTIP | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20111108 | |||
| 7 | BIND_VISIBLE | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20111108 | |||
| 8 | BIND_WIDTH | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20111201 | |||
| 9 | CID | Call by reference | Type reference (TYPE) | TN_CID | Unique Type ID | 20111108 | |||
| 10 | ENABLED | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_ENABLED | ABAP_TRUE | Enabled | 20111108 | ||
| 11 | ID | Call by reference | Type reference (TYPE) | TN_ID | Unique ID | 20111108 | |||
| 12 | LABEL_TEXT | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_LABEL_TEXT | Label Text | 20120107 | |||
| 13 | LABEL_VISIBLE | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_VISIBLE | ABAP_TRUE | Visible | 20120424 | ||
| 14 | ONCHANGE | Call by reference | Type reference (TYPE) | STRING | 20111220 | ||||
| 15 | ONCHANGE_MAP | Call by reference | Type reference (TYPE) | IF_RSRT_PARAMETERS=>TN_T_PARAMETER | Parameter List | 20111220 | |||
| 16 | O_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_UI_VIEW | UI View | 20111108 | |||
| 17 | TOOLTIP | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_TOOLTIP | Tooltip | 20111108 | |||
| 18 | T_TEXTS | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_T_TEXTS | Texts | 20111108 | |||
| 19 | VISIBLE | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_VISIBLE | ABAP_TRUE | Visible | 20111108 | ||
| 20 | WIDTH | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_WIDTH | 'auto' | Width | 20111201 |
Method CONSTRUCTOR on class CL_RSRT_UIE_DROPDOWN has no exception.
Method CREATE_DROPDOWN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BIND_ENABLED | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20111108 | |||
| 2 | BIND_LABEL_TEXT | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20120107 | |||
| 3 | BIND_LABEL_VISIBLE | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20120424 | |||
| 4 | BIND_SELECTED_VALUE | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20111108 | |||
| 5 | BIND_TEXTS | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20111108 | |||
| 6 | BIND_TOOLTIP | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20111108 | |||
| 7 | BIND_VISIBLE | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20111108 | |||
| 8 | BIND_WIDTH | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_BIND_PROPERTY | Bind Property | 20111201 | |||
| 9 | ENABLED | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_ENABLED | ABAP_TRUE | Enabled | 20111108 | ||
| 10 | ID | Call by reference | Type reference (TYPE) | CL_RSRT_UI_VIEW_ELEMENT=>TN_ID | Unique ID | 20111108 | |||
| 11 | LABEL_TEXT | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_LABEL_TEXT | Label Text | 20120107 | |||
| 12 | LABEL_VISIBLE | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_VISIBLE | ABAP_TRUE | Visible | 20120424 | ||
| 13 | ONCHANGE | Call by reference | Type reference (TYPE) | STRING | 20111220 | ||||
| 14 | ONCHANGE_MAP | Call by reference | Type reference (TYPE) | IF_RSRT_PARAMETERS=>TN_T_PARAMETER | Parameter List | 20111220 | |||
| 15 | O_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_RSRT_UI_VIEW | UI View | 20111108 | |||
| 16 | TOOLTIP | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_TOOLTIP | Tooltip | 20111108 | |||
| 17 | T_TEXTS | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_T_TEXTS | Texts | 20111108 | |||
| 18 | VALUE | Value transfer | Object reference (TYPE REF TO) | CL_RSRT_UIE_DROPDOWN | UI Element: Dropdown | 20111108 | |||
| 19 | VISIBLE | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_VISIBLE | ABAP_TRUE | Visible | 20111108 | ||
| 20 | WIDTH | Call by reference | Type reference (TYPE) | CL_RSRT_UIE=>TN_WIDTH | 'auto' | Width | 20111201 |
Method CREATE_DROPDOWN on class CL_RSRT_UIE_DROPDOWN has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 700 |