SAP ABAP Class CL_GRFN_LIST_RENDER (Configurable List UIBB Render Class)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC (Application Component) Governance, Risk and Compliance
     GRFN_WD_REUSE (Package) GRC Common Layer Reusable UI Components
Properties
Class CL_GRFN_LIST_RENDER  
Short Description Configurable List UIBB Render Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRFN_WD_REUSE   GRC Common Layer Reusable UI Components 
Created 20090813   SAP 
Last change 20141106    
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)
Interfaces
Class CL_GRFN_LIST_RENDER has no interface implemented.
Friends
Class CL_GRFN_LIST_RENDER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Web Dynpro: Transparent Container 20090817
2 MO_CONTEXT Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090813
3 MO_DATA_NODE Instance attribute Private Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090814
4 MO_DEFINITION Instance attribute Private Object reference (TYPE REF TO) CL_GRFN_LIST_DEFINITION Configurable List UIBB Definition 20090813
5 MO_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_WD_TABLE Perforce change= / 20051117-120623 20100402
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_DATA_NODE Instance method Public Method Create Webdynpro Node 20090813
2 CREATE_DATA_NODE_SPECIFIC Instance method Private Method Create Webdynpro Node for List CUIBB 20090813
3 GET_COLUMN_BINDING_PATH Instance method Private Method Get Table Columns Binding Path 20090818
4 GET_TOOLBAR_BINDING_PATH Instance method Private Method Get Toolbar Items Binding Path 20090818
5 REFRESH_ACTION_USAGE Instance method Private Method Refresh Action Usage 20091221
6 REFRESH_DATA Instance method Public Method Refresh Update List Data 20091221
7 REFRESH_FIELD_USAGE Instance method Private Method Refresh Field Usage 20091221
8 REFRESH_LIST_USAGE Instance method Private Method Refresh List Usage 20091221
9 REFRESH_USAGE Instance method Public Method Refresh Usage 20091221
10 RENDER Instance method Public Method Render List CUIBB 20090813
11 RENDER_COLUMNS Instance method Private Method Render Table Columns 20090817
12 RENDER_TOOLBAR Instance method Private Method Render Table Toolbar 20090817
13 RENDER_TOOLBAR_ELEMENTS Instance method Private Method Render Toolbar Elements 20090819
14 RENDER_TOOLBAR_FILTER Instance method Private Method Render Table Toolbar Filter Icon 20100401
15 SET_DEFINITION Instance method Public Method Set List CUIBB Definition 20090813
16 SET_WD_CONTEXT Instance method Public Method Set Webdynpro Context 20100402
Events
Class CL_GRFN_LIST_RENDER has no event.
Types
Class CL_GRFN_LIST_RENDER has no local type.
Method Signatures

Method CREATE_DATA_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090813
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091113

Method CREATE_DATA_NODE_SPECIFIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20090813
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091111

Method GET_COLUMN_BINDING_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIELD Call by reference Type reference (TYPE) GRFN_FLD Field Name 20091111
2 Returning RS_BINDING_PATH Value transfer Type reference (TYPE) GRFN_S_BINDING_PATH Webdynpro Context Binding Path 20090922

Method GET_COLUMN_BINDING_PATH on class CL_GRFN_LIST_RENDER has no exception.

Method GET_TOOLBAR_BINDING_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION Call by reference Type reference (TYPE) GRFN_ACTION Action Name 20091111
2 Returning RS_BINDING_PATH Value transfer Type reference (TYPE) GRFN_S_BINDING_PATH Webdynpro Context Binding Path 20090922

Method GET_TOOLBAR_BINDING_PATH on class CL_GRFN_LIST_RENDER has no exception.

Method REFRESH_ACTION_USAGE Signature

Method REFRESH_ACTION_USAGE on class CL_GRFN_LIST_RENDER has no parameter.
Method REFRESH_ACTION_USAGE on class CL_GRFN_LIST_RENDER has no exception.

Method REFRESH_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_GRFN_EVENT Event Class 20091221
2 Importing IR_DATA Call by reference Object reference (TYPE REF TO) DATA Data 20091221
3 Importing IR_EXCLUDED_DATA Call by reference Object reference (TYPE REF TO) DATA Excluded Data 20091221
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091221

Method REFRESH_FIELD_USAGE Signature

Method REFRESH_FIELD_USAGE on class CL_GRFN_LIST_RENDER has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091221

Method REFRESH_LIST_USAGE Signature

Method REFRESH_LIST_USAGE on class CL_GRFN_LIST_RENDER has no parameter.
Method REFRESH_LIST_USAGE on class CL_GRFN_LIST_RENDER has no exception.

Method REFRESH_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION_USAGE_CHANGED Call by reference Type reference (TYPE) BOOLE_D Is Action Usage Changed 20091221
2 Importing IV_FIELD_USAGE_CHANGED Call by reference Type reference (TYPE) BOOLE_D Is Field Usage Changed 20091221
3 Importing IV_IS_FIRST_TIME Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE Is First Time 20091221
4 Importing IV_LIST_USAGE_CHANGED Call by reference Type reference (TYPE) BOOLE_D Is List Usage Changed 20091221
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION 20091222

Method RENDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTAINER Call by reference Object reference (TYPE REF TO) CL_WD_TRANSPARENT_CONTAINER Web Dynpro: API of a View 20090817
2 Returning RV_RESULT Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20090817
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20091110

Method RENDER_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_TABLE Perforce change= / 20051117-120623 20090817
2 Importing IT_FIELD_DEFINITIONS Call by reference Type reference (TYPE) GRFN_T_FIELD_DEFINITION Field Definition Table 20090819

Method RENDER_COLUMNS on class CL_GRFN_LIST_RENDER has no exception.

Method RENDER_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TABLE Call by reference Object reference (TYPE REF TO) CL_WD_TABLE 20090819
2 Importing IS_LIST_SETTING Call by reference Type reference (TYPE) GRFN_S_LIST_SETTING Configurable List Setting 20100402
3 Importing IT_ACTION_DEFINITIONS Call by reference Type reference (TYPE) GRFN_T_ACTION_DEFINITION Action Definition Table 20090819

Method RENDER_TOOLBAR on class CL_GRFN_LIST_RENDER has no exception.

Method RENDER_TOOLBAR_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TOOLBAR Call by reference Object reference (TYPE REF TO) CL_WD_TOOLBAR Perforce change= / 20051117-120623 20090819
2 Importing IT_ACTION_DEFINITIONS Call by reference Type reference (TYPE) GRFN_T_ACTION_DEFINITION Action Definition Table 20090819
3 Returning RO_TOOLBAR Value transfer Object reference (TYPE REF TO) CL_WD_TOOLBAR Perforce change= / 20051117-120623 20090819

Method RENDER_TOOLBAR_ELEMENTS on class CL_GRFN_LIST_RENDER has no exception.

Method RENDER_TOOLBAR_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TOOLBAR Call by reference Object reference (TYPE REF TO) CL_WD_TOOLBAR Perforce change= / 20051117-120623 20100402
2 Importing IS_LIST_SETTING Call by reference Type reference (TYPE) GRFN_S_LIST_SETTING Configurable List Setting 20100402
3 Returning RO_TOOLBAR Value transfer Object reference (TYPE REF TO) CL_WD_TOOLBAR Perforce change= / 20051117-120623 20100402

Method RENDER_TOOLBAR_FILTER on class CL_GRFN_LIST_RENDER has no exception.

Method SET_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DEFINITION Call by reference Object reference (TYPE REF TO) CL_GRFN_LIST_DEFINITION List Extension Definition 20090813

Method SET_DEFINITION on class CL_GRFN_LIST_RENDER has no exception.

Method SET_WD_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20100402

Method SET_WD_CONTEXT on class CL_GRFN_LIST_RENDER has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in 600