SAP ABAP Class CL_WDR_C_TBL_SELECTION_UPDATER (Web Dynpro: Support for Table Selection)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-REN (Application Component) Web Dynpro ABAP Rendering
⤷
SWDP_RUNTIME_RENDERING (Package) Web Dynpro Runtime: Rendering
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_UPDATE_SERVER_PEER_DATA | To get updates into a DataContainer | 20100923 |
Properties
| Class | CL_WDR_C_TBL_SELECTION_UPDATER | |
| Short Description | Web Dynpro: Support for Table Selection | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_RUNTIME_RENDERING | Web Dynpro Runtime: Rendering |
| Created | 20100923 | SAP |
| Last change | 20130531 | 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) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WDR_UPDATE_SERVER_PEER_DATA | To get updates into a DataContainer | 20100923 |
Friends
Class CL_WDR_C_TBL_SELECTION_UPDATER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | T_PENDING_SELECTIONS | 20100923 | ||||
| 2 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20100923 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20100923 | ||||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_NW7_VIEW_ELEMENT_ADAPTER | Web Dynpro Local Test XX7 | 20100923 | |||
| 5 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WDR_UPDATE_SERVER_PEER_DATA | 20100923 | ||||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WD_C_TABLE | 20100923 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20100923 | ||
| 2 | Instance method | Public | Method | 20100923 | ||
| 3 | Instance method | Public | Method | 20100923 | ||
| 4 | Instance method | Public | Method | 20100923 | ||
| 5 | Instance method | Public | Method | 20100923 |
Events
Class CL_WDR_C_TBL_SELECTION_UPDATER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_PENDING_SELECTION | Protected | See coding | 20100923 | begin of T_PENDING_SELECTION,
node type ref to if_wd_context_node,
element_index type i,
is_selected type abap_bool,
end of T_PENDING_SELECTION
|
||
| 2 | T_PENDING_SELECTIONS | Protected | See coding | 20100923 | T_PENDING_SELECTIONS type sorted table of T_pending_selection with non-unique key node element_index
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TABLE_ADAPTER | Call by reference | Object reference (TYPE REF TO) | CL_NW7_VIEW_ELEMENT_ADAPTER | WebDynpro Local Test XX7 | 20100923 | |||
| 2 | UPDATE_DATA | Call by reference | Object reference (TYPE REF TO) | IF_WDR_UPDATE_SERVER_PEER_DATA | 20100923 |
Method CONSTRUCTOR on class CL_WDR_C_TBL_SELECTION_UPDATER has no exception.
Method IS_SELECTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | absolute index of the row number | 20100923 | |||
| 2 | DATA_SOURCE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20121015 | |||
| 3 | IS_SELECTED | Value transfer | Type reference (TYPE) | ABAP_BOOL | state of secondary selection so far | 20100923 |
Method IS_SELECTED on class CL_WDR_C_TBL_SELECTION_UPDATER has no exception.
Method SEND_SELECTION_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | 20110401 | ||||
| 2 | EVENT_QUEUE | Call by reference | Object reference (TYPE REF TO) | CL_WDR_EVENT_QUEUE | 20100923 | ||||
| 3 | IS_DESELECTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20111205 | ||||
| 4 | ROW | Call by reference | Type reference (TYPE) | I | 20100923 |
Method SEND_SELECTION_EVENT on class CL_WDR_C_TBL_SELECTION_UPDATER has no exception.
Method UPDATE_LEAD_SELECTION Signature
Method UPDATE_LEAD_SELECTION on class CL_WDR_C_TBL_SELECTION_UPDATER has no parameter.
Method UPDATE_LEAD_SELECTION on class CL_WDR_C_TBL_SELECTION_UPDATER has no exception.
Method UPDATE_SELECTION Signature
Method UPDATE_SELECTION on class CL_WDR_C_TBL_SELECTION_UPDATER has no parameter.
Method UPDATE_SELECTION on class CL_WDR_C_TBL_SELECTION_UPDATER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |