SAP ABAP Class CL_ISHMED_SPLITTER_WITH_TOOL (IS-H*MED Container with Application Toolbar)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       NMED (Package) R/3MED: Medical documentation GSD
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_LTE_TB_SWT_ADMIN IS-H*MED: Admin SWT for Text Editor 20010709
2 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_RAD_RCC IS-H*MED: RAD - RIS Comunication Client (Splitter/ Toolbar) 20031215
3 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_TBOX_LINK_TREE DocCat Tree 20030128
4 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_TBOX_FDBS_TREE External Data Module Tree 20030128
5 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_TBOX_DOCEL_TREE DocCat Tree 20030128
6 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_STRUC_VIEWER PMD: Tree Display Any Structures 20080118
7 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_STRUC_CTRL PMD: Display Structures 20080114
8 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMDTBOX_DTYP_TREE DocCat Tree 20050120
9 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_P01_SDEF_VIEW_NAVI View Navigator in Administration 20041126
10 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_P01_SDEF_PVZ_NAVI View Navigator in Administration 20041203
... Click here to see Used By full list (30 items)
Properties
Class CL_ISHMED_SPLITTER_WITH_TOOL  
Short Description IS-H*MED Container with Application Toolbar    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package NMED   R/3MED: Medical documentation GSD 
Created 20000223   SAP 
Last change 20050615   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 SDYDO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ISHMED_SPLITTER_WITH_TOOL has no interface implemented.
Friends
Class CL_ISHMED_SPLITTER_WITH_TOOL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CNTSTATUSLINE Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Status Line Container 20021011
2 CNTTOOLBAR Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Container Application Toolbar 20000223
3 CO_SET_STATUSLINE Constant Public Type reference (TYPE) I 3 Display Status Row 20031030
4 CO_TOOLBAR_AT_BOTTOM Constant Public Type reference (TYPE) I 2 Toolbar Below, Status Row Off 20031030
5 CO_TOOLBAR_AT_TOP Constant Public Type reference (TYPE) I 1 Toolbar Above 20031030
6 IS_VISIBLE Instance attribute Private Type reference (TYPE) C 'X' 20040621
7 L_TOOLBAR_ROW Instance attribute Private Type reference (TYPE) I Position of Application Toolbar 20020404
8 REF_CONTAINER Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CONTAINER Reference to CONTAINER 20000223
9 REF_SPLITTER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Spliiter Container Object 20000223
10 REF_STATUS_LINE Instance attribute Public Object reference (TYPE REF TO) CL_DD_DOCUMENT Dynamic Documents: Document 20021011
11 REF_TOOLBAR Instance attribute Public Object reference (TYPE REF TO) CL_GUI_TOOLBAR Reference to Application Toolbar 20000223
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Method CONSTRUCTOR 20000223
2 FINALIZE Instance method Public Method End Handling: Release Resources 20050519
3 SET_STATUS_TEXT Instance method Public Method Single Row Status Line 20021011
4 SET_STATUS_TEXTS Instance method Public Method Multiple Row Status Line Text 20021101
5 SET_TOOLBAR_ON_OFF Instance method Public Method Show/Hide Application Toolbar 20020404
Events
Class CL_ISHMED_SPLITTER_WITH_TOOL has no event.
Types
Class CL_ISHMED_SPLITTER_WITH_TOOL has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 'SPLITTER_WITH_TOOLBAR' Container Name 20031118
2 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER PARENT 20000223
3 Importing SASH_VISIBLE Call by reference Type reference (TYPE) I 1 0: toolbar sash not visible 20031104
4 Importing TOOLBAR_ROW Value transfer Type reference (TYPE) I 1 1: Toolbar align at top; 2:at bottom; 3: at top + Status 20020214
# Exception Resumable Description Created on
1 CNT_CREATE_ERROR CNT_CREATE_ERROR 20000223
2 I I 20000223
3 TYPE TYPE 20000223

Method FINALIZE Signature

Method FINALIZE on class CL_ISHMED_SPLITTER_WITH_TOOL has no parameter.
Method FINALIZE on class CL_ISHMED_SPLITTER_WITH_TOOL has no exception.

Method SET_STATUS_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TEXT Call by reference Type reference (TYPE) SDYDO_TEXT_ELEMENT Text Char255 20021011

Method SET_STATUS_TEXT on class CL_ISHMED_SPLITTER_WITH_TOOL has no exception.

Method SET_STATUS_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIX_LINES Call by reference Type reference (TYPE) SDYDO_FLAG 'X' 20021101
2 Importing TEXT_TAB Call by reference Type reference (TYPE) SDYDO_TEXT_TABLE Text Char255 20021101

Method SET_STATUS_TEXTS on class CL_ISHMED_SPLITTER_WITH_TOOL has no exception.

Method SET_TOOLBAR_ON_OFF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_SET_OFF Value transfer Type reference (TYPE) FLAG SPACE allgemeines flag 20020404

Method SET_TOOLBAR_ON_OFF on class CL_ISHMED_SPLITTER_WITH_TOOL has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_LTE_TB_SWT_ADMIN IS-H*MED: Admin SWT for Text Editor 20010709
2 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_RAD_RCC IS-H*MED: RAD - RIS Comunication Client (Splitter/ Toolbar) 20031215
3 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_TBOX_LINK_TREE DocCat Tree 20030128
4 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_TBOX_FDBS_TREE External Data Module Tree 20030128
5 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_TBOX_DOCEL_TREE DocCat Tree 20030128
6 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_STRUC_VIEWER PMD: Tree Display Any Structures 20080118
7 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_STRUC_CTRL PMD: Display Structures 20080114
8 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMDTBOX_DTYP_TREE DocCat Tree 20050120
9 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_P01_SDEF_VIEW_NAVI View Navigator in Administration 20041126
10 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_P01_SDEF_PVZ_NAVI View Navigator in Administration 20041203
11 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_P01_SDEF_PLACE_NAVI Aspect Navigator in Administration 20041125
12 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_NR_VIEW Class for Nursing Report Interface Presentation 20031029
13 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_ME_THCL_TREE Control for Treeview of Therapeutical Classes 20040112
14 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_ME_SDEF_NAVIGATOR Tree Display in Navigation Control 20031016
15 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_ME_SDEF_LIST_NAVI IS-H*MED: Navigation List of Drug 20031209
16 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_BASEITEM_TREE Base Items: Tree of Base Items 20050301
17 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_LTE_TB_SWT Splitter with Toolbar 20010618
18 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_LTE_SYS_TB_SWT IS-H*MED: Admin SWT for Text Editor 20010720
19 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_GL_SDEF_NAVIGATOR IS-H*MED: Tree Structure of Treatment Pathway 20030819
20 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_GL_SDEF_BASEIT_NAVI IS-H*MED: Tree of Base Items 20030826
21 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_GL_INFO_VIEWER pathways - Information Display 20060227
22 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_GL_INFO_HTML_VIEWER i.s.h.med: pathways - HTML Control for Info Unit 20060406
23 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_GLB_NAVIGATOR IS-H*MED: Navigator for GLP 20020716
24 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWSWL_SDEF_WS_NAVI i.s.h.med: Wrapper for Task Definition 20041115
25 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWSWL_SDEF_PROF_NAVI i.s.h.med: Wrapper for Task Definition 20040819
26 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWSWL_SDEF_NAVIGATOR i.s.h.med Wrapper for Template Administration 20040809
27 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWSWL_SDEF_INFO_NAVI Aspect Navigator in Administration 20041203
28 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWSWL_SDEF_ASP_NAVI i.s.h.med Wrapper for Aspects in Info Items 20041213
29 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_CONTAINER_NAVIGATOR IS-H*MED: Management and Navigation of Container Objects 20021002
30 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_CATEGORY_TREE Categories: Tree View 20060213
History
Last changed by/on SAP  20050615 
SAP Release Created in