SAP ABAP Class CL_EPSS_TOOLBAR (EPSS Toolbar)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-IWB (Application Component) SAP Knowledge Warehouse
     SEPSS (Package) Electronic Performance Support System
Properties
Class CL_EPSS_TOOLBAR  
Short Description EPSS Toolbar    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SEPSS   Electronic Performance Support System 
Created 19990830   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EPSS_TOOLBAR has no forward declaration.
Interfaces
Class CL_EPSS_TOOLBAR has no interface implemented.
Friends
Class CL_EPSS_TOOLBAR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EPSS Instance attribute Private Object reference (TYPE REF TO) CL_EPSS_GENERIC EPSS that initiated the application 19990831
2 EPSS_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Main EPSS Container 19990831
3 EPSS_TOOLBAR Instance attribute Public Object reference (TYPE REF TO) CL_GUI_TOOLBAR EPSS Toolbar 19990830
4 EVT_RECEIVER Instance attribute Public Object reference (TYPE REF TO) CL_EPSS_TOOLBAR Event receiver 19990831
5 I_EPSS_TBC1 Instance attribute Private See coding I_EPSS_TBC1 19990831
6 I_EPSS_TBC1T Instance attribute Private See coding I_EPSS_TBC1T 19990901
7 I_EVENT Static Attribute Private See coding EPSS registered event 19990906
8 MENU Instance attribute Private Object reference (TYPE REF TO) CL_CTMENU Drop down menu 19990831
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Initialize the EPSS Toolbar 19990830
2 ON_DROPDOWN_CLICKED Instance method Public Event handling method Method to handle dropdown menu clicked 19990831
3 ON_FUNCTION_SELECTED Instance method Public Event handling method Method to handle function selected 19990831
4 SET_BUTTON_STATE Instance method Public Method Sets the state of a button 19990908
5 START_APPLICATION Instance method Public Method Start the EPSS Application 19990830
Events
Class CL_EPSS_TOOLBAR has no event.
Types
Class CL_EPSS_TOOLBAR has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_EPSS_TOOLBAR has no parameter.
Method CONSTRUCTOR on class CL_EPSS_TOOLBAR has no exception.

Method ON_DROPDOWN_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) 19990831
2 Importing POSX Call by reference Type reference (TYPE) 19990831
3 Importing POSY Call by reference Type reference (TYPE) 19990831

Method ON_DROPDOWN_CLICKED on class CL_EPSS_TOOLBAR has no exception.

Method ON_FUNCTION_SELECTED Signature

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

Method ON_FUNCTION_SELECTED on class CL_EPSS_TOOLBAR has no exception.

Method SET_BUTTON_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKED Call by reference Type reference (TYPE) C ' ' pressed or released 19990908
2 Importing ENABLED Call by reference Type reference (TYPE) C 'X' enabled or diabled 19990908
3 Importing FCODE Call by reference Type reference (TYPE) UI_FUNC FCode associated to the button 19990908

Method SET_BUTTON_STATE on class CL_EPSS_TOOLBAR has no exception.

Method START_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EPSS Call by reference Object reference (TYPE REF TO) CL_EPSS_GENERIC EPSS that initiated the application 19990831
2 Importing EPSS_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Main container of the EPSS 19990831
3 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent container for the application 19990830

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