SAP ABAP Class CL_DBA_SCREEN_TABSTRIP (DBA Cockpit: Tabstrips of Tab)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_RUNTIME (Package) DBA Cockpit: Runtime
Properties
Class CL_DBA_SCREEN_TABSTRIP  
Short Description DBA Cockpit: Tabstrips of Tab    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20071121   SAP 
Last change 20141121    
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 CL_DBA_COMPONENT_BUILDER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_DBA_SCREEN_TABSTRIP has no interface implemented.
Friends
Class CL_DBA_SCREEN_TABSTRIP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PARENT Instance attribute Private Type reference (TYPE) STRING 20081201
2 SCREEN Instance attribute Private Object reference (TYPE REF TO) CL_DBA_COMPONENT_BUILDER SCREEN 20071121
3 SCREEN_LABEL Instance attribute Private Type reference (TYPE) STRING SCREEN_LABEL 20071121
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20071121
2 DEFINE_BUSINESS_GRAPHICS Instance method Public Method 20121011
3 DEFINE_BUTTON Instance method Public Method 20080312
4 DEFINE_EMPTY_FIELD Instance method Public Method 20090908
5 DEFINE_FIELD Instance method Public Method DEFINE_FIELD 20071121
6 DEFINE_GROUP Instance method Public Method DEFINE_GROUP 20071121
7 DEFINE_HIER_TREE Instance method Public Method 20081203
8 DEFINE_LINE_BREAK Instance method Public Method 20071207
9 DEFINE_RADIO_BUTTON Instance method Public Method 20081118
10 DEFINE_SELECTION Instance method Public Method 20110609
11 DEFINE_TAB Instance method Public Method 20081201
12 DEFINE_TEXT Instance method Public Method 20081201
13 DEFINE_TIMESTAMP Instance method Public Method 20090901
Events
Class CL_DBA_SCREEN_TABSTRIP has no event.
Types
Class CL_DBA_SCREEN_TABSTRIP 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 PARENT Call by reference Type reference (TYPE) STRING 20081201
2 Importing SCREEN Call by reference Object reference (TYPE REF TO) CL_DBA_COMPONENT_BUILDER SCREEN 20071121
3 Importing SCREEN_LABEL Call by reference Type reference (TYPE) STRING SCREEN_LABEL 20071121

Method CONSTRUCTOR on class CL_DBA_SCREEN_TABSTRIP has no exception.

Method DEFINE_BUSINESS_GRAPHICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COL_SPAN Call by reference Type reference (TYPE) I 20121011
2 Importing GROUPS Call by reference Type reference (TYPE) STRING 20121011
3 Importing IT_GRAPHIC_META Call by reference Type reference (TYPE) DBA_GC_GRAPHICS_TABLE DBA: Graphic Component Graphics Table 20121011
4 Importing IV_HEIGHT Call by reference Type reference (TYPE) I 20130116
5 Importing IV_MINIMUM_DISPLAY Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20130116
6 Importing IV_WIDTH Call by reference Type reference (TYPE) I 20130116
7 Importing NAME Call by reference Type reference (TYPE) STRING 20121011
8 Importing NEW_LINE Call by reference Type reference (TYPE) ABAP_BOOL 20121011
9 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20121011
10 Returning RR_GRAPHIC Value transfer Object reference (TYPE REF TO) CL_DBA_GRAPHIC_COMP_BRIDGE DBA: Graphic Component Bridge 20130916
11 Importing TOOLTIP Call by reference Type reference (TYPE) STRING 20121011

Method DEFINE_BUSINESS_GRAPHICS on class CL_DBA_SCREEN_TABSTRIP has no exception.

Method DEFINE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ICON Call by reference Type reference (TYPE) STRING 20080312
2 Importing OKCODE Call by reference Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20080312
3 Importing TEXT Call by reference Type reference (TYPE) CHAR255 Char255 20080312
4 Importing TEXT_IS_BOUND Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Replacement for Real Boolean Type: 'X' == True '' == False 20120821
5 Importing TOOL_TIP Call by reference Type reference (TYPE) CHAR255 Char255 20080312

Method DEFINE_BUTTON on class CL_DBA_SCREEN_TABSTRIP has no exception.

Method DEFINE_EMPTY_FIELD Signature

Method DEFINE_EMPTY_FIELD on class CL_DBA_SCREEN_TABSTRIP has no parameter.
Method DEFINE_EMPTY_FIELD on class CL_DBA_SCREEN_TABSTRIP has no exception.

Method DEFINE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALIGN Call by reference Type reference (TYPE) STRING SPACE 20080403
2 Importing BACKEND_TABLE_REF Call by reference Type reference (TYPE) CLIKE 20081217
3 Importing COL_SPAN Call by reference Type reference (TYPE) I 1 20090907
4 Importing ENABLED Call by reference Type reference (TYPE) STRING 20090901
5 Importing FIELDTYPE Call by reference Type reference (TYPE) I CL_DBA_COMPONENT_BUILDER=>FIELDTYPE_SIMPLE_FIELD FIELDTYPE 20071121
6 Importing GROUPS Call by reference Type reference (TYPE) STRING 20081118
7 Importing ICON Call by reference Type reference (TYPE) STRING 20090903
8 Importing ICON_BOUND Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090903
9 Importing ICON_POSITION Call by reference Type reference (TYPE) INT1 CL_DBA_COMPONENT_BUILDER=>CO_ICON_POS_RIGHT_TO_VALUE Dummy for B20 int1 (Local Everywhere) 20121210
10 Importing LABEL Call by reference Type reference (TYPE) CLIKE CL_DBA_COMPONENT_BUILDER=>CO_AUTO_TEXT LABEL 20071121
11 Importing LABEL_BOUND Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20071123
12 Importing MONELEM Call by reference Type reference (TYPE) STRING 20100305
13 Importing NAME Call by reference Type reference (TYPE) STRING NAME 20071121
14 Importing NEW_LINE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080429
15 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20071127
16 Importing OK_CODE Call by reference Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20090901
17 Importing READONLY Call by reference Type reference (TYPE) ABAP_BOOL 20090202
18 Importing REQUIRED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120417
19 Importing ROWS Call by reference Type reference (TYPE) I ROWS 20071121
20 Importing TEXT Call by reference Type reference (TYPE) STRING 20130522
21 Importing TOOLTIP Call by reference Type reference (TYPE) CLIKE CL_DBA_COMPONENT_BUILDER=>CO_AUTO_TEXT 20081211
22 Importing UNIT Call by reference Type reference (TYPE) CLIKE CL_DBA_COMPONENT_BUILDER=>CO_AUTO_TEXT UNIT 20071121
23 Importing VALUE Call by reference Type reference (TYPE) STRING 20090406
24 Importing VALUE_LIST Call by reference Type reference (TYPE) STRING 20081201
25 Importing VISIBILITY Call by reference Type reference (TYPE) STRING 20071123

Method DEFINE_FIELD on class CL_DBA_SCREEN_TABSTRIP has no exception.

Method DEFINE_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALIGN Call by reference Type reference (TYPE) STRING SPACE 20080403
2 Importing COLUMNS Call by reference Type reference (TYPE) I 20081202
3 Importing COL_INDEX Call by reference Type reference (TYPE) I 20081218
4 Importing COL_SPAN Call by reference Type reference (TYPE) I 1 20090903
5 Returning GROUP Value transfer Object reference (TYPE REF TO) CL_DBA_SCREEN_GROUP GROUP 20071121
6 Importing GROUPS Call by reference Type reference (TYPE) STRING 20090129
7 Importing LABEL Call by reference Type reference (TYPE) CHAR255 LABEL 20071121
8 Importing LABEL_BOUND Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20071123
9 Importing NEW_LINE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20080429
10 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20071127
11 Importing VISIBILITY Call by reference Type reference (TYPE) STRING 20071123

Method DEFINE_GROUP on class CL_DBA_SCREEN_TABSTRIP has no exception.

Method DEFINE_HIER_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COL_SPAN Call by reference Type reference (TYPE) I 1 20090223
2 Returning HIERTREE Value transfer Object reference (TYPE REF TO) CL_DBA_SCREEN_HIERTREE DBA Cockpit: Screen Groups 20081203
3 Importing LABEL Call by reference Type reference (TYPE) CHAR255 Char255 20081203
4 Importing NAME Call by reference Type reference (TYPE) STRING 20081203
5 Importing ROWS Call by reference Type reference (TYPE) I 20081203

Method DEFINE_HIER_TREE on class CL_DBA_SCREEN_TABSTRIP has no exception.

Method DEFINE_LINE_BREAK Signature

Method DEFINE_LINE_BREAK on class CL_DBA_SCREEN_TABSTRIP has no parameter.
Method DEFINE_LINE_BREAK on class CL_DBA_SCREEN_TABSTRIP has no exception.

Method DEFINE_RADIO_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GROUPS Call by reference Type reference (TYPE) STRING 20090910
2 Importing NAME Call by reference Type reference (TYPE) STRING 20081118
3 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20081118
4 Returning RADIO_BUTTON Value transfer Object reference (TYPE REF TO) CL_DBA_SCREEN_RADIOBUTTON DBA Cockpit: Radiobutton Group 20081118
5 Importing READONLY Call by reference Type reference (TYPE) ABAP_BOOL 20090202

Method DEFINE_RADIO_BUTTON on class CL_DBA_SCREEN_TABSTRIP has no exception.

Method DEFINE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COL_COUNT Call by reference Type reference (TYPE) I 0 20110609
2 Importing FIRST_COL_WIDTH Call by reference Type reference (TYPE) STRING 20110609
3 Importing GROUPS Call by reference Type reference (TYPE) STRING 20110609
4 Importing LABEL Call by reference Type reference (TYPE) CLIKE Char255 20110609
5 Importing LABEL_BOUND Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110609
6 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20110609
7 Returning SELECTION Value transfer Object reference (TYPE REF TO) CL_DBA_SCREEN_SELECTION 20110609
8 Importing SIMPLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110609
9 Importing VISIBILITY Call by reference Type reference (TYPE) STRING 20110609
10 Importing WITH_TRAY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20110609

Method DEFINE_SELECTION on class CL_DBA_SCREEN_TABSTRIP has no exception.

Method DEFINE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20081201
2 Returning TAB Value transfer Object reference (TYPE REF TO) CL_DBA_SCREEN_TAB DBA Cockpit: Tab Description 20081201
3 Importing VISIBILITY Call by reference Type reference (TYPE) STRING 20081201

Method DEFINE_TAB on class CL_DBA_SCREEN_TABSTRIP has no exception.

Method DEFINE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_BOUND Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081201
2 Importing NEW_LINE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081202
3 Importing NODE_NAME Call by reference Type reference (TYPE) STRING 20081201
4 Importing TEXT Call by reference Type reference (TYPE) CHAR255 Char255 20081201

Method DEFINE_TEXT on class CL_DBA_SCREEN_TABSTRIP has no exception.

Method DEFINE_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATE Call by reference Type reference (TYPE) CLIKE Char255 20090901
2 Importing LABEL Call by reference Type reference (TYPE) CLIKE Char255 20090901
3 Importing LABEL_BOUND Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090901
4 Importing NODE_NAME Call by reference Type reference (TYPE) STRING Char255 20090901
5 Importing OK_CODE Call by reference Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20090901
6 Importing TIME Call by reference Type reference (TYPE) CLIKE Char255 20090901
7 Importing TOOLTIP Call by reference Type reference (TYPE) CLIKE 20090901
8 Importing VISIBILITY Call by reference Type reference (TYPE) STRING Char255 20090901

Method DEFINE_TIMESTAMP on class CL_DBA_SCREEN_TABSTRIP has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 711