SAP ABAP Class CL_WD_SET_FOCUS_ACTION (CL_WD_SET_FOCUS_ACTION)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_UIEL_CLIENT_ACTIONS (Package) UIE Library "Client Actions"
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_ABSTR_CLIENT_ACTION | 20100408 |
Properties
| Class | CL_WD_SET_FOCUS_ACTION | |
| Short Description | ||
| Super Class | CL_WD_ABSTR_CLIENT_ACTION | |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_UIEL_CLIENT_ACTIONS | UIE Library "Client Actions" |
| Created | 20100330 | 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
Class CL_WD_SET_FOCUS_ACTION has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_NW7_VIEW_ELEMENT_ADAPTER | 20110729 | Web Dynpro Local Test XX7 | |
| 2 | CL_WDR_VIEW_ELEMENT | 20110729 | Web Dynpro View Element |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | GUID | '6FC7A84B66149B56E10000000A4292CD' | 20100330 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20100330 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | WDY_MD_UI_ELEMENT_REFERENCE | 20100330 | ||||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WD_FOCUS_INFO | 20100330 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20100330 | ||
| 2 | Instance method | Public | Method | 20100330 | ||
| 3 | Instance method | Public | Method | 20100330 | ||
| 4 | Instance method | Public | Method | 20100330 | ||
| 5 | Static method | Public | Method | 20100330 | ||
| 6 | Instance method | Public | Method | 20100330 | ||
| 7 | Instance method | Public | Method | 20100330 | ||
| 8 | Instance method | Public | Method | 20100330 |
Events
Class CL_WD_SET_FOCUS_ACTION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_SET_FOCUS_ACTION | Public | See coding | 20100330 | tt_SET_FOCUS_ACTION TYPE TABLE OF REF TO CL_WD_SET_FOCUS_ACTION WITH DEFAULT KEY
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20100330 | ||||
| 2 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | 20100330 |
Method CONSTRUCTOR on class CL_WD_SET_FOCUS_ACTION has no exception.
Method GET_FOCUSED_CONTEXT_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20100330 |
Method GET_FOCUSED_CONTEXT_ELEMENT on class CL_WD_SET_FOCUS_ACTION has no exception.
Method GET_FOCUSED_VIEW_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | WDY_MD_UI_ELEMENT_REFERENCE | 20100330 |
Method GET_FOCUSED_VIEW_ELEMENT on class CL_WD_SET_FOCUS_ACTION has no exception.
Method GET_FOCUS_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Object reference (TYPE REF TO) | IF_WD_FOCUS_INFO | 20100330 |
Method GET_FOCUS_INFO on class CL_WD_SET_FOCUS_ACTION has no exception.
Method NEW_SET_FOCUS_ACTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROL | Value transfer | Object reference (TYPE REF TO) | CL_WD_SET_FOCUS_ACTION | 20100330 | ||||
| 2 | FOCUSED_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20100330 | ||||
| 3 | FOCUSED_VIEW_ELEMENT | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_REFERENCE | 20100330 | ||||
| 4 | FOCUS_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_FOCUS_INFO | 20100330 | ||||
| 5 | ID | Call by reference | Type reference (TYPE) | STRING | 20100330 | ||||
| 6 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | 20100330 |
Method NEW_SET_FOCUS_ACTION on class CL_WD_SET_FOCUS_ACTION has no exception.
Method SET_FOCUSED_CONTEXT_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20100330 |
Method SET_FOCUSED_CONTEXT_ELEMENT on class CL_WD_SET_FOCUS_ACTION has no exception.
Method SET_FOCUSED_VIEW_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | WDY_MD_UI_ELEMENT_REFERENCE | 20100330 |
Method SET_FOCUSED_VIEW_ELEMENT on class CL_WD_SET_FOCUS_ACTION has no exception.
Method SET_FOCUS_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Object reference (TYPE REF TO) | IF_WD_FOCUS_INFO | 20100330 |
Method SET_FOCUS_INFO on class CL_WD_SET_FOCUS_ACTION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 703 |