SAP ABAP Class IF_FDT_WD_RENDER_OBJECT (FDT WD: Renders the action UI elements)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FDT_WD_RENDER_ABSTRACT Abstract super renderer interface 20091029
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_FDT_WD_RENDER_CONSTANT Interface extension for constant renderer 20100930
2 Interface composition (i COMPRISING i_ref)  IF_FDT_WD_RENDER_DATA_OBJECT Extension for render interface for data objects 20081126
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_WD_RENDER_ACT_MSG_LOG FDT WD: Service for rendering the message log action 20081021
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_WD_RENDER_ACT_STAT_MET FDT WD: Render class for the action static methid call 20081105
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_WD_RENDER_CONSTANT Constant Rendering Class 20081021
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_WD_RENDER_CONTEXT Context Rendering Class 20120625
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_WD_RENDER_OBJECT Constant Rendering Class 20081124
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_WD_RENDER_RANGE FDT WD: Service for creating range UI Elements 20081021
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_WD_RENDER_TABLE_OPR FDT WD: Render Class for table operations 20090821
Properties
Class IF_FDT_WD_RENDER_OBJECT  
Short Description FDT WD: Renders the action UI elements    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20081021   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_FDT_WD_RENDER_OBJECT has no interface implemented.
Friends
Class IF_FDT_WD_RENDER_OBJECT has no friend class.
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 CLEANUP Instance method Public Method Remove resources for all or the specified expression instanc 20081104
2 CREATE_UI_ELEMENTS Instance method Public Method Creates the UI elements 20081021
3 FLUSH Instance method Public Method Updates the model (from the context) 20081103
4 IS_CONTEXT_CHANGED Instance method Public Method Gives back if the model has changed 20081021
5 PERFORM_ACTIONS Instance method Public Method Performs the action(except navigate, create, query ) 20081021
6 PERFORM_ACTIONS_WITH_PARAMETER Instance method Public Method Performs action after(create and Query) 20081021
7 SET_CONTEXT_UNCHANGED Instance method Public Method Set the state of the context to be unchanged 20081118
Events
Class 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 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20081104

Method CLEANUP on class 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 Importing IO_ACTION Call by reference Object reference (TYPE REF TO) IF_WD_ACTION Web Dynpro: Action 20081022
2 Importing IO_ACTION_NO_VALIDATION Call by reference Object reference (TYPE REF TO) IF_WD_ACTION Validation independent action handler 20131023
3 Importing IO_UIELEMENT_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_UIELEMENT_CONTAINER Perforce change= / 20050316-075201 20081022
4 Importing IV_BIND_ENABLED_PATH Call by reference Type reference (TYPE) STRING 20081021
5 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20081021
6 Importing IV_IS_CHANGE_MODE Call by reference Type reference (TYPE) ABAP_BOOL 20081021
7 Importing IV_RENDER_MODE Call by reference Type reference (TYPE) RENDER_MODE How to render objects (see constant definitions) 20081031
8 Importing 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 Importing IV_TIMESTAMP Call by reference Type reference (TYPE) IF_FDT_TYPES=>TIMESTAMP Time Stamp (active version) 20081021
# Exception Resumable Description Created on
1 CX_FDT FDT: Abstract Exception Class 20121003

Method FLUSH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Flush all, if parameter is not supplied 20081103

Method FLUSH on class 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 Returning RV_IS_CHANGED Value transfer Type reference (TYPE) ABAP_BOOL 20081021

Method IS_CONTEXT_CHANGED on class 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 Exporting ET_EVENT_PARAMETER Call by reference Type reference (TYPE) WDR_NAME_VALUE_LIST Table of Name/Value Pairs 20081021
2 Exporting EV_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID ID of the handled object 20090112
3 Exporting EV_NOT_POSSIBLE Call by reference Type reference (TYPE) ABAP_BOOL 20081021
4 Exporting EV_REFRESH_VIEW Call by reference Type reference (TYPE) ABAP_BOOL TRUE, if the view needs to be refreshed 20081104
5 Importing IO_ACTION_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20081021

Method PERFORM_ACTIONS on class 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 Exporting EV_REFRESH_VIEW Call by reference Type reference (TYPE) ABAP_BOOL TRUE, if the view needs to be refreshed 20081104
2 Importing IO_ACTION_EVENT Call by reference Object reference (TYPE REF TO) CL_WD_CUSTOM_EVENT Application-Defined Event 20081022
3 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20081021

Method PERFORM_ACTIONS_WITH_PARAMETER on class IF_FDT_WD_RENDER_OBJECT has no exception.

Method SET_CONTEXT_UNCHANGED Signature

Method SET_CONTEXT_UNCHANGED on class IF_FDT_WD_RENDER_OBJECT has no parameter.
Method SET_CONTEXT_UNCHANGED on class IF_FDT_WD_RENDER_OBJECT has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in