SAP ABAP Interface IF_FDT_WD_RENDER_OBJECT (FDT WD: Renders the action UI elements)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_SERVICE (Package) BRFplus: Services for Web Dynpro UI

⤷

⤷

Meta Relationship - Used By
Properties
Interface | IF_FDT_WD_RENDER_OBJECT | |
Short Description | FDT WD: Renders the action UI elements |
General Data
Package | SFDT_WD_SERVICE | BRFplus: Services for Web Dynpro UI |
Created | 20081021 | SAP |
Last changed | 20141121 | |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | IF_FDT_TYPES | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FDT_WD_RENDER_ABSTRACT | Abstract super renderer interface | 20091029 |
Friends
Interface IF_FDT_WD_RENDER_OBJECT has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_RENDER_MODE_DEFAULT | Constant | Public | Type reference (TYPE) | RENDER_MODE | ' ' | Default mode | 20081031 | |
2 | GC_RENDER_MODE_EMBEDDED | Constant | Public | Type reference (TYPE) | RENDER_MODE | 'E' | Embedded mode | 20081031 | |
3 | GC_RENDER_MODE_WIZARD | Constant | Public | Type reference (TYPE) | RENDER_MODE | 'W' | Wizard mode | 20081031 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Remove resources for all or the specified expression instanc | 20081104 |
2 | ![]() |
Instance method | Public | Method | Creates the UI elements | 20081021 |
3 | ![]() |
Instance method | Public | Method | Updates the model (from the context) | 20081103 |
4 | ![]() |
Instance method | Public | Method | Gives back if the model has changed | 20081021 |
5 | ![]() |
Instance method | Public | Method | Performs the action(except navigate, create, query ) | 20081021 |
6 | ![]() |
Instance method | Public | Method | Performs action after(create and Query) | 20081021 |
7 | ![]() |
Instance method | Public | Method | Set the state of the context to be unchanged | 20081118 |
Events
Interface IF_FDT_WD_RENDER_OBJECT has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | RENDER_MODE | Public | See coding | How to render objects (see constant definitions) | 20081031 | render_mode TYPE c LENGTH 1
|
|
2 | S_RENDER_OBJECT | Public | See coding | 20081118 | BEGIN OF s_render_object,
object_type TYPE if_fdt_wd_types=>s_object_type_extended,
renderer TYPE REF TO if_fdt_wd_render_object,
END OF s_render_object
|
||
3 | TH_RENDER_OBJECT | Public | See coding | 20081118 | th_render_object TYPE HASHED TABLE OF s_render_object
WITH UNIQUE KEY object_type
|
Method Signatures
Method CLEANUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20081104 |
Method CLEANUP on Interface IF_FDT_WD_RENDER_OBJECT has no exception.
Method CREATE_UI_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ACTION | Call by reference | Object reference (TYPE REF TO) | IF_WD_ACTION | Web Dynpro: Action | 20081022 | ||
2 | ![]() |
IO_ACTION_NO_VALIDATION | Call by reference | Object reference (TYPE REF TO) | IF_WD_ACTION | Validation independent action handler | 20131023 | ||
3 | ![]() |
IO_UIELEMENT_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | Perforce change= / 20050316-075201 | 20081022 | ||
4 | ![]() |
IV_BIND_ENABLED_PATH | Call by reference | Type reference (TYPE) | STRING | 20081021 | |||
5 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20081021 | ||
6 | ![]() |
IV_IS_CHANGE_MODE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081021 | |||
7 | ![]() |
IV_RENDER_MODE | Call by reference | Type reference (TYPE) | RENDER_MODE | How to render objects (see constant definitions) | 20081031 | ||
8 | ![]() |
IV_REQUEST_FOCUS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | True: set focus on 1st UI elem.t of the rendered object | 20091119 | |
9 | ![]() |
IV_TIMESTAMP | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>TIMESTAMP | Time Stamp (active version) | 20081021 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
FDT: Abstract Exception Class | 20121003 |
Method FLUSH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Flush all, if parameter is not supplied | 20081103 |
Method FLUSH on Interface IF_FDT_WD_RENDER_OBJECT has no exception.
Method IS_CONTEXT_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_IS_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20081021 |
Method IS_CONTEXT_CHANGED on Interface IF_FDT_WD_RENDER_OBJECT has no exception.
Method PERFORM_ACTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_EVENT_PARAMETER | Call by reference | Type reference (TYPE) | WDR_NAME_VALUE_LIST | Table of Name/Value Pairs | 20081021 | ||
2 | ![]() |
EV_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | ID of the handled object | 20090112 | ||
3 | ![]() |
EV_NOT_POSSIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081021 | |||
4 | ![]() |
EV_REFRESH_VIEW | Call by reference | Type reference (TYPE) | ABAP_BOOL | TRUE, if the view needs to be refreshed | 20081104 | ||
5 | ![]() |
IO_ACTION_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20081021 |
Method PERFORM_ACTIONS on Interface IF_FDT_WD_RENDER_OBJECT has no exception.
Method PERFORM_ACTIONS_WITH_PARAMETER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_REFRESH_VIEW | Call by reference | Type reference (TYPE) | ABAP_BOOL | TRUE, if the view needs to be refreshed | 20081104 | ||
2 | ![]() |
IO_ACTION_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20081022 | ||
3 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | IF_FDT_TYPES=>ID | Universal Unique Identifier | 20081021 |
Method PERFORM_ACTIONS_WITH_PARAMETER on Interface IF_FDT_WD_RENDER_OBJECT has no exception.
Method SET_CONTEXT_UNCHANGED Signature
Method SET_CONTEXT_UNCHANGED on Interface IF_FDT_WD_RENDER_OBJECT has no parameter.
Method SET_CONTEXT_UNCHANGED on Interface IF_FDT_WD_RENDER_OBJECT has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 720 |