SAP ABAP Class IF_FDT_WD_RENDER_FACTORY (FDT WD: Interface for renderer factory)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FDT_WD_RENDER_FACTORY FDT WD: Factory class for the renderer 20081031
Properties
Class IF_FDT_WD_RENDER_FACTORY  
Short Description FDT WD: Interface for renderer factory    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20081031   SAP 
Last change 20110908   SAP 
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...
3 IF_FDT_WD_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_FDT_WD_RENDER_FACTORY has no interface implemented.
Friends
Class IF_FDT_WD_RENDER_FACTORY has no friend class.
Attributes
Class IF_FDT_WD_RENDER_FACTORY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_RENDER_INSTANCE Instance method Public Method Creates an instance of the renderer for the object type 20091124
2 GET_INSTANCE Static method Public Method Gets the instance of the renderer factory 20081031
3 IS_TYPE_SUPPORTED Instance method Public Method Return TRUE if provided object type is supported 20091124
Events
Class IF_FDT_WD_RENDER_FACTORY has no event.
Types
Class IF_FDT_WD_RENDER_FACTORY has no local type.
Method Signatures

Method CREATE_RENDER_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONFIGURATION Call by reference Object reference (TYPE REF TO) IF_FDT_WD_CONFIGURATION FDT WD: Configuration 20091124
2 Importing IS_OBJECT_TYPE Call by reference Type reference (TYPE) IF_FDT_WD_TYPES=>S_OBJECT_TYPE_EXTENDED Extended Object Type 20091124
3 Importing IV_EXPRESSION_TYPE Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Shortcut to get expression renderer 20091124
4 Returning RO_RENDER_INSTANCE Value transfer Object reference (TYPE REF TO) IF_FDT_WD_RENDER_OBJECT FDT WD: Renders the action UI elements 20091124
# Exception Resumable Description Created on
1 CX_FDT_INPUT FDT: Invalid Input 20091124

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_FACTORY Value transfer Object reference (TYPE REF TO) IF_FDT_WD_RENDER_FACTORY FDT WD: Interface for renderer factory 20081031

Method GET_INSTANCE on class IF_FDT_WD_RENDER_FACTORY has no exception.

Method IS_TYPE_SUPPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJECT_TYPE Call by reference Type reference (TYPE) IF_FDT_WD_TYPES=>S_OBJECT_TYPE_EXTENDED Extended Object Type 20091124
2 Importing IV_EXPRESSION_TYPE Call by reference Type reference (TYPE) IF_FDT_TYPES=>ID Universal Unique Identifier 20091124
3 Returning RV_EXISTS Value transfer Type reference (TYPE) ABAP_BOOL 20091124

Method IS_TYPE_SUPPORTED on class IF_FDT_WD_RENDER_FACTORY has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in