SAP ABAP Class /UI2/CL_NWBC_HTML (/UI2/CL_NWBC_HTML)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-INT-FE (Application Component) Frontend Enablement
     /UI2/NWBC_HTML (Package) NetWeaver Business Client for HTML
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /UI2/IF_NWBC_REQUEST_HANDLER NWBC - Request Handler 20130131
Properties
Class /UI2/CL_NWBC_HTML  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /UI2/NWBC_HTML   NetWeaver Business Client for HTML 
Created 20130131   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /UI2/IF_NWBC_RUNTIME Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 CL_ABAP_CHAR_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 IF_NWBC_RUNTIME Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IHTTP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 /UI2/IF_NWBC_REQUEST_HANDLER NWBC - Request Handler 20130131
Friends
Class /UI2/CL_NWBC_HTML has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CRLF Constant Private Type reference (TYPE) STRING CL_ABAP_CHAR_UTILITIES=>CR_LF 20130131
2 GC_S_MESSAGE_TYPE Constant Private See coding 20130131
3 GC_VERSION_ID Constant Public Type reference (TYPE) STRING '0' 20130131
4 GV_ALLOW_SUSPEND_IN_MAIN_WIN Instance attribute Private Type reference (TYPE) BOOLE_D ABAP_FALSE 20140115
5 MO_NWBC_RUNTIME Instance attribute Private Object reference (TYPE REF TO) /UI2/IF_NWBC_RUNTIME 20130131
6 MO_SERVER_ASSIST Instance attribute Private Object reference (TYPE REF TO) /UI2/CL_NWBC_SERVER_ASSIST 20130131
7 MO_UTILITY Instance attribute Private Object reference (TYPE REF TO) LCL_NWBC_UTIL 20130131
8 MS_SUPPORTED_LSAPI_FEATURES Instance attribute Private Type reference (TYPE) GTY_S_SUPPORTED_LSAPI_FEATURES 20130131
9 MS_TEXT Instance attribute Private See coding 20130131
10 MV_IS_FOOTPRINT Instance attribute Private Type reference (TYPE) BOOLE_D 20130131
11 MV_USER_AGENT_TYPE Instance attribute Private Type reference (TYPE) I 20130131
Methods
# Method Level Visibility Method type Description Created on
1 CORRECT_SELECTED_NODE Instance method Private Method 20130131
2 CREATE_LAUNCHPAD_FOR_NODE Instance method Private Method 20130131
3 CREATE_SERVICE_MAP_FOR_NODE Instance method Private Method 20130131
4 DETERMINE_VISIBLE_SHELL_AREAS Instance method Private Method 20130131
5 ESCAPE_HTML Instance method Private Method 20130131
6 GET_BREAD_CRUMB_HTML Instance method Private Method 20130131
7 GET_EPCM_HTML_HEADER Instance method Private Method 20130131
8 GET_EXCLUSIVE_WORK_CENTER Instance method Private Method 20130131
9 GET_HISTORY_PARAMETER Instance method Private Method 20130131
10 GET_HTML_4_APPLICATION_WINDOW Instance method Private Method 20130131
11 GET_MESSAGE_TEXT Instance method Private Method 20130131
12 GET_SELECTED_NODES Instance method Private Method 20130131
13 HANDLE_APPLICATION_WINDOW Instance method Private Method 20130131
14 HANDLE_APPLICATION_WINDOW_BODY Instance method Private Method 20130131
15 HANDLE_DSM_TERMINATOR Instance method Private Method 20130131
16 HANDLE_ERROR Instance method Private Method 20130131
17 HANDLE_GET_SESSION_URLS Instance method Private Method 20130131
18 HANDLE_LOADING Instance method Private Method 20130131
19 HANDLE_LOGOFF Instance method Private Method 20130131
20 HANDLE_LOGOFF_CONFIRMATION Instance method Private Method 20130131
21 HANDLE_NAVIGATE_ABSOLUTE Instance method Private Method 20130131
22 HANDLE_REAL_NODE Instance method Private Method 20130131
23 HANDLE_RESUME_APPLICATION Instance method Private Method 20130131
24 HANDLE_SAPSSD Instance method Private Method 20130131
25 HANDLE_SPLASH_SCREEN Instance method Private Method 20130131
26 INITIALIZE Instance method Private Method 20130131
27 IS_NAVIGATION_MENU_VISIBLE Instance method Private Method 20130131
28 IS_SERVICE_MAP Instance method Private Method 20130131
29 IS_SINGLE_TOP_LEVEL Instance method Private Method 20130131
30 RENDER_APPLICATION_WINDOW Instance method Private Method 20130131
31 RENDER_BRANDING_AREA Instance method Private Method 20130131
32 RENDER_ERROR_MESSAGE Instance method Private Method 20130131
33 RENDER_FORM Instance method Private Method 20130131
34 RENDER_IFRAME Instance method Private Method 20130131
35 RENDER_JS_SCROLL_ADJUSTMENT Instance method Private Method 20130131
36 RENDER_JS_TITLE_UPDATE Instance method Private Method 20130131
37 RENDER_MENU_LEVEL1 Instance method Private Method 20130131
38 RENDER_MENU_LEVEL2 Instance method Private Method 20130131
39 RENDER_MENU_LPD Instance method Private Method 20130131
40 RENDER_SERVICE_MAP Instance method Private Method 20130131
41 RENDER_SPLASH_SCREEN Instance method Private Method 20130131
Events
Class /UI2/CL_NWBC_HTML has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_SUPPORTED_LSAPI_FEATURES Private See coding 20130131 begin of gty_s_supported_lsapi_features, navigate type boole_d, navigate_obn type boole_d, end of gty_s_supported_lsapi_features
2 GTY_T_TEXTPOOL Private See coding 20130131 gty_t_textpool type standard table of textpool with default key
Method Signatures

Method CORRECT_SELECTED_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NODE Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_NAVIGATION_TREE Call by reference Object reference (TYPE REF TO) LIF_NWBC_NAV_TREE_ACCESS 20130131
3 Importing IV_FIRST_TIME Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE 20130131
4 Importing IV_NODE Call by reference Type reference (TYPE) STRING 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method CREATE_LAUNCHPAD_FOR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_NAVIGATION_TREE Call by reference Object reference (TYPE REF TO) LIF_NWBC_NAV_TREE_ACCESS 20130131
3 Importing IS_SELECTED_NODE Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
4 Importing IS_SELECTED_NODE_LPD Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
5 Importing IV_IS_LINK_COLLECTION_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130131
6 Importing IV_LEVEL Call by reference Type reference (TYPE) INT4 20130131
7 Importing IV_RENDER_EMPTY_LIST Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method CREATE_SERVICE_MAP_FOR_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_NAVIGATION_TREE Call by reference Object reference (TYPE REF TO) LIF_NWBC_NAV_TREE_ACCESS 20130131
3 Importing IV_IS_LINK_COLLECTION_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20130131
4 Importing IV_IS_SERVICE_MAP Call by reference Type reference (TYPE) BOOLE_D 20130131
5 Importing IV_LEAF_ONLY Call by reference Type reference (TYPE) BOOLE_D 20130131
6 Importing IV_LEVEL Call by reference Type reference (TYPE) INT4 20130131
7 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) STRING 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method DETERMINE_VISIBLE_SHELL_AREAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VISIBLE_AREAS Call by reference Type reference (TYPE) LCL_NWBC_UTIL=>GTY_S_VISIBLE_AREAS 20130131
2 Importing IO_NAVIGATION_TREE Call by reference Object reference (TYPE REF TO) LIF_NWBC_NAV_TREE_ACCESS 20130131
3 Importing IS_SELECTED_NODE Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method ESCAPE_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ESCAPED Call by reference Type reference (TYPE) STRING 20130131
2 Importing IV_UNESCAPED Call by reference Type reference (TYPE) STRING 20130131

Method ESCAPE_HTML on class /UI2/CL_NWBC_HTML has no exception.

Method GET_BREAD_CRUMB_HTML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_ID_GENERATOR Call by reference Object reference (TYPE REF TO) LCL_NWBC_ID_GENERATOR 20130131
3 Importing IO_NAVIGATION_TREE Call by reference Object reference (TYPE REF TO) LIF_NWBC_NAV_TREE_ACCESS 20130131
4 Importing IS_SELECTED_NODE Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method GET_EPCM_HTML_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_URL_HANDLER Call by reference Object reference (TYPE REF TO) /UI2/IF_NWBC_URL_HANDLER 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method GET_EXCLUSIVE_WORK_CENTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_NAVIGATION_ENTRY Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
2 Importing IO_NAVIGATION_TREE Call by reference Object reference (TYPE REF TO) LIF_NWBC_NAV_TREE_ACCESS 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method GET_HISTORY_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HISTORY Call by reference Type reference (TYPE) STRING 20130131
2 Importing IS_SELECTED_NODE Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131

Method GET_HISTORY_PARAMETER on class /UI2/CL_NWBC_HTML has no exception.

Method GET_HTML_4_APPLICATION_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_URL_HANDLER Call by reference Object reference (TYPE REF TO) /UI2/IF_NWBC_URL_HANDLER 20130131
3 Importing IV_MODE Call by reference Type reference (TYPE) STRING 20130131
4 Importing IV_NWBC_CONTEXT Call by reference Type reference (TYPE) STRING 20130131
5 Importing IV_TITLE Call by reference Type reference (TYPE) STRING 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method GET_MESSAGE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LINK1 Call by reference Type reference (TYPE) CLIKE 20130131
2 Exporting EV_LINK2 Call by reference Type reference (TYPE) CLIKE 20130131
3 Exporting EV_MESSAGE_TYPE Call by reference Type reference (TYPE) STRING 20130131
4 Exporting EV_TEXT1 Call by reference Type reference (TYPE) CLIKE 20130131
5 Exporting EV_TEXT2 Call by reference Type reference (TYPE) CLIKE 20130131
6 Exporting EV_TEXT3 Call by reference Type reference (TYPE) CLIKE 20130131
7 Exporting EV_TEXT4 Call by reference Type reference (TYPE) CLIKE 20130131
8 Importing IO_EXCEPTION Call by reference Object reference (TYPE REF TO) /UI2/CX_NWBC_STATIC_CHECK 20130131

Method GET_MESSAGE_TEXT on class /UI2/CL_NWBC_HTML has no exception.

Method GET_SELECTED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SELECTED_NODE Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
2 Exporting ES_SELECTED_NODE_LEVEL1 Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
3 Exporting ES_SELECTED_NODE_LEVEL2 Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
4 Exporting ES_SELECTED_NODE_LINKCOLLCTION Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
5 Exporting ES_SELECTED_NODE_LPD Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
6 Importing IO_NAVIGATION_TREE Call by reference Object reference (TYPE REF TO) LIF_NWBC_NAV_TREE_ACCESS 20130131
7 Importing IV_NODE Call by reference Type reference (TYPE) STRING 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method HANDLE_APPLICATION_WINDOW Signature

Method HANDLE_APPLICATION_WINDOW on class /UI2/CL_NWBC_HTML has no parameter.
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method HANDLE_APPLICATION_WINDOW_BODY Signature

Method HANDLE_APPLICATION_WINDOW_BODY on class /UI2/CL_NWBC_HTML has no parameter.
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method HANDLE_DSM_TERMINATOR Signature

Method HANDLE_DSM_TERMINATOR on class /UI2/CL_NWBC_HTML has no parameter.
Method HANDLE_DSM_TERMINATOR on class /UI2/CL_NWBC_HTML has no exception.

Method HANDLE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Type reference (TYPE) STRING 20130131

Method HANDLE_ERROR on class /UI2/CL_NWBC_HTML has no exception.

Method HANDLE_GET_SESSION_URLS Signature

Method HANDLE_GET_SESSION_URLS on class /UI2/CL_NWBC_HTML has no parameter.
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method HANDLE_LOADING Signature

Method HANDLE_LOADING on class /UI2/CL_NWBC_HTML has no parameter.
Method HANDLE_LOADING on class /UI2/CL_NWBC_HTML has no exception.

Method HANDLE_LOGOFF Signature

Method HANDLE_LOGOFF on class /UI2/CL_NWBC_HTML has no parameter.
Method HANDLE_LOGOFF on class /UI2/CL_NWBC_HTML has no exception.

Method HANDLE_LOGOFF_CONFIRMATION Signature

Method HANDLE_LOGOFF_CONFIRMATION on class /UI2/CL_NWBC_HTML has no parameter.
Method HANDLE_LOGOFF_CONFIRMATION on class /UI2/CL_NWBC_HTML has no exception.

Method HANDLE_NAVIGATE_ABSOLUTE Signature

Method HANDLE_NAVIGATE_ABSOLUTE on class /UI2/CL_NWBC_HTML has no parameter.
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method HANDLE_REAL_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Type reference (TYPE) STRING 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method HANDLE_RESUME_APPLICATION Signature

Method HANDLE_RESUME_APPLICATION on class /UI2/CL_NWBC_HTML has no parameter.
Method HANDLE_RESUME_APPLICATION on class /UI2/CL_NWBC_HTML has no exception.

Method HANDLE_SAPSSD Signature

Method HANDLE_SAPSSD on class /UI2/CL_NWBC_HTML has no parameter.
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method HANDLE_SPLASH_SCREEN Signature

Method HANDLE_SPLASH_SCREEN on class /UI2/CL_NWBC_HTML has no parameter.
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method INITIALIZE Signature

Method INITIALIZE on class /UI2/CL_NWBC_HTML has no parameter.
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method IS_NAVIGATION_MENU_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_VISIBLE Value transfer Type reference (TYPE) BOOLE_D 20130131

Method IS_NAVIGATION_MENU_VISIBLE on class /UI2/CL_NWBC_HTML has no exception.

Method IS_SERVICE_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_SERVICE_MAP Value transfer Type reference (TYPE) BOOLE_D 20130131

Method IS_SERVICE_MAP on class /UI2/CL_NWBC_HTML has no exception.

Method IS_SINGLE_TOP_LEVEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_NAVIGATION_TREE Call by reference Object reference (TYPE REF TO) LIF_NWBC_NAV_TREE_ACCESS 20130131
2 Importing IS_SELECTED_NODE Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
3 Returning RV_IS_SINGLE_TOP_LEVEL Value transfer Type reference (TYPE) BOOLE_D 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method RENDER_APPLICATION_WINDOW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_URL_HANDLER Call by reference Object reference (TYPE REF TO) /UI2/IF_NWBC_URL_HANDLER 20130131
3 Importing IV_TITLE Call by reference Type reference (TYPE) STRING 20130131
4 Importing IV_VERSION_HASH Call by reference Type reference (TYPE) STRING 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method RENDER_BRANDING_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_ID_GENERATOR Call by reference Object reference (TYPE REF TO) LCL_NWBC_ID_GENERATOR 20130131
3 Importing IS_VISIBLE_SHELL_AREAS Call by reference Type reference (TYPE) LCL_NWBC_UTIL=>GTY_S_VISIBLE_AREAS 20130131

Method RENDER_BRANDING_AREA on class /UI2/CL_NWBC_HTML has no exception.

Method RENDER_ERROR_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IV_LINK1 Call by reference Type reference (TYPE) CLIKE 20130131
3 Importing IV_LINK2 Call by reference Type reference (TYPE) CLIKE 20130131
4 Importing IV_MESSAGE_TYPE Call by reference Type reference (TYPE) STRING GC_S_MESSAGE_TYPE-ERROR 20130131
5 Importing IV_TEXT1 Call by reference Type reference (TYPE) CLIKE 20130131
6 Importing IV_TEXT2 Call by reference Type reference (TYPE) CLIKE 20130131
7 Importing IV_TEXT3 Call by reference Type reference (TYPE) CLIKE 20130131
8 Importing IV_TEXT4 Call by reference Type reference (TYPE) CLIKE 20130131

Method RENDER_ERROR_MESSAGE on class /UI2/CL_NWBC_HTML has no exception.

Method RENDER_FORM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IT_PARAMETER Call by reference Type reference (TYPE) TIHTTPNVP 20130131
3 Importing IV_ACTION Call by reference Type reference (TYPE) STRING 20130131
4 Importing IV_ESCAPE Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20130131
5 Importing IV_FORM_NAME Call by reference Type reference (TYPE) STRING 20130131
6 Importing IV_METHOD Call by reference Type reference (TYPE) STRING 'POST' 20130131
7 Importing IV_ONSUBMIT Call by reference Type reference (TYPE) STRING 20130131
8 Importing IV_TARGET Call by reference Type reference (TYPE) STRING 20130131

Method RENDER_FORM on class /UI2/CL_NWBC_HTML has no exception.

Method RENDER_IFRAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_ID_GENERATOR Call by reference Object reference (TYPE REF TO) LCL_NWBC_ID_GENERATOR 20130131
3 Importing IO_URL_HANDLER Call by reference Object reference (TYPE REF TO) /UI2/IF_NWBC_URL_HANDLER 20130131
4 Importing IV_ID Call by reference Type reference (TYPE) STRING 'content_frame' 20130131
5 Importing IV_TITLE Call by reference Type reference (TYPE) STRING 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method RENDER_JS_SCROLL_ADJUSTMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_NAVIGATION_TREE Call by reference Object reference (TYPE REF TO) LIF_NWBC_NAV_TREE_ACCESS 20130131
3 Importing IS_SELECTED_NODE_LEVEL1 Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
4 Importing IS_SELECTED_NODE_LEVEL2 Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
5 Importing IS_SELECTED_NODE_LPD Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method RENDER_JS_TITLE_UPDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IV_IGNORE_SETPAGETITLE_EVENT Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20130709
3 Importing IV_NO_DELAY Call by reference Type reference (TYPE) BOOLE_D 20130131
4 Importing IV_TITLE Call by reference Type reference (TYPE) STRING 20130131
5 Importing IV_TITLE_DEFAULT Call by reference Type reference (TYPE) STRING 20130131

Method RENDER_JS_TITLE_UPDATE on class /UI2/CL_NWBC_HTML has no exception.

Method RENDER_MENU_LEVEL1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_ID_GENERATOR Call by reference Object reference (TYPE REF TO) LCL_NWBC_ID_GENERATOR 20130131
3 Importing IO_NAVIGATION_TREE Call by reference Object reference (TYPE REF TO) LIF_NWBC_NAV_TREE_ACCESS 20130131
4 Importing IS_SELECTED_NODE Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
5 Importing IS_SELECTED_NODE_LEVEL1 Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
6 Importing IS_VISIBLE_SHELL_AREAS Call by reference Type reference (TYPE) LCL_NWBC_UTIL=>GTY_S_VISIBLE_AREAS 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method RENDER_MENU_LEVEL2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_ID_GENERATOR Call by reference Object reference (TYPE REF TO) LCL_NWBC_ID_GENERATOR 20130131
3 Importing IO_NAVIGATION_TREE Call by reference Object reference (TYPE REF TO) LIF_NWBC_NAV_TREE_ACCESS 20130131
4 Importing IS_SELECTED_NODE Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
5 Importing IS_SELECTED_NODE_LEVEL1 Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
6 Importing IS_SELECTED_NODE_LEVEL2 Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
7 Importing IS_VISIBLE_SHELL_AREAS Call by reference Type reference (TYPE) LCL_NWBC_UTIL=>GTY_S_VISIBLE_AREAS 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method RENDER_MENU_LPD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_ID_GENERATOR Call by reference Object reference (TYPE REF TO) LCL_NWBC_ID_GENERATOR 20130131
3 Importing IO_NAVIGATION_TREE Call by reference Object reference (TYPE REF TO) LIF_NWBC_NAV_TREE_ACCESS 20130131
4 Importing IS_SELECTED_NODE Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
5 Importing IS_SELECTED_NODE_LINKCOLLCTION Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
6 Importing IS_SELECTED_NODE_LPD Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
7 Importing IS_VISIBLE_SHELL_AREAS Call by reference Type reference (TYPE) LCL_NWBC_UTIL=>GTY_S_VISIBLE_AREAS 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method RENDER_SERVICE_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_NAVIGATION_TREE Call by reference Object reference (TYPE REF TO) LIF_NWBC_NAV_TREE_ACCESS 20130131
3 Importing IS_SELECTED_NODE Call by reference Type reference (TYPE) /UI2/IF_NWBC_RUNTIME=>T_NAVIGATION_ENTRY 20130131
4 Importing IV_IS_SERVICE_MAP Call by reference Type reference (TYPE) BOOLE_D 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131

Method RENDER_SPLASH_SCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_HTML Call by reference Type reference (TYPE) STRING 20130131
2 Importing IO_URL_HANDLER Call by reference Object reference (TYPE REF TO) /UI2/IF_NWBC_URL_HANDLER 20130131
3 Importing IV_OPEN_NEW_WINDOW Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE 20130131
4 Importing IV_TIMEOUT Call by reference Type reference (TYPE) STRING '0' 20130131
5 Importing IV_TITLE Call by reference Type reference (TYPE) STRING 20130131
# Exception Resumable Description Created on
1 /UI2/CX_NWBC_STATIC_CHECK 20130131
History
Last changed by/on SAP  20141120 
SAP Release Created in