SAP ABAP Class CL_WD_PAT_TABSTRIP (CL_WD_PAT_TABSTRIP)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA (Application Component) Web Dynpro ABAP
     SWDP_UIEL_PATTERN (Package) UIE Library "Pattern"
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_ABSTR_PAT_CONTAINER 20040702
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_ROOT_ELEMENT 20060927
Properties
Class CL_WD_PAT_TABSTRIP  
Short Description    
Super Class CL_WD_ABSTR_PAT_CONTAINER  
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_UIEL_PATTERN   UIE Library "Pattern" 
Created 20040702   SAP 
Last change 20141120    
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
# Interface Abstract Final Description Created on
1 IF_WD_ROOT_ELEMENT 20060927
Friends
# Friend Modeled only Created on Description
1 CL_NW7_VIEW_ELEMENT_ADAPTER 20140113 Web Dynpro Local Test XX7
2 CL_WDR_VIEW_ELEMENT 20140113 Web Dynpro View Element
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BP_MAX_VISIBLE_TABS Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20040702
2 BP_SELECTED_TAB Instance attribute Protected Object reference (TYPE REF TO) WDR_PROPERTY_BINDING 20040702
3 CC_TABS Instance attribute Public Type reference (TYPE) I 20040702
4 CH_TABS Instance attribute Protected Type reference (TYPE) CL_WD_PAT_TAB=>TT_PAT_TAB 20040702
5 CID_PAT_TABSTRIP Constant Public Type reference (TYPE) GUID 'FB58684220506B24E10000000A1550C0' 20050316
6 MP_ON_SELECT Instance attribute Protected Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20040702
7 VL_MAX_VISIBLE_TABS Instance attribute Protected Type reference (TYPE) I 20040702
8 VL_ON_SELECT Instance attribute Protected Type reference (TYPE) STRING 20040702
9 VL_SELECTED_TAB Instance attribute Protected Type reference (TYPE) STRING 20040702
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TAB Instance method Public Method 20040702
2 BIND_MAX_VISIBLE_TABS Instance method Public Method 20040702
3 BIND_SELECTED_TAB Instance method Public Method 20040702
4 BOUND_MAX_VISIBLE_TABS Instance method Public Method 20040702
5 BOUND_SELECTED_TAB Instance method Public Method 20040702
6 CONSTRUCTOR Instance method Public Constructor 20040702
7 GET_MAX_VISIBLE_TABS Instance method Public Method 20040702
8 GET_ON_SELECT Instance method Public Method 20040702
9 GET_SELECTED_TAB Instance method Public Method 20040702
10 GET_TAB Instance method Public Method 20040702
11 GET_TABS Instance method Public Method 20040702
12 HAS_TABS Instance method Public Method 20040702
13 MAPPED_ON_SELECT Instance method Public Method 20040702
14 MAP_ON_SELECT Instance method Public Method 20040702
15 NEW_PAT_TABSTRIP Static method Public Method 20040702
16 NUMBER_OF_TABS Instance method Public Method 20040702
17 REMOVE_ALL_TABS Instance method Public Method 20040702
18 REMOVE_TAB Instance method Public Method 20040702
19 SET_MAX_VISIBLE_TABS Instance method Public Method 20040702
20 SET_ON_SELECT Instance method Public Method 20040702
21 SET_SELECTED_TAB Instance method Public Method 20040702
Events
Class CL_WD_PAT_TABSTRIP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_PAT_TABSTRIP Public See coding 20050316 tt_PAT_TABSTRIP TYPE TABLE OF REF TO CL_WD_PAT_TABSTRIP WITH DEFAULT KEY
Method Signatures

Method ADD_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I 20040702
2 Importing THE_TAB Call by reference Object reference (TYPE REF TO) CL_WD_PAT_TAB 20040702

Method ADD_TAB on class CL_WD_PAT_TABSTRIP has no exception.

Method BIND_MAX_VISIBLE_TABS Signature

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

Method BIND_MAX_VISIBLE_TABS on class CL_WD_PAT_TABSTRIP has no exception.

Method BIND_SELECTED_TAB Signature

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

Method BIND_SELECTED_TAB on class CL_WD_PAT_TABSTRIP has no exception.

Method BOUND_MAX_VISIBLE_TABS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040702
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040702
3 Returning PATH Value transfer Type reference (TYPE) STRING 20040702

Method BOUND_MAX_VISIBLE_TABS on class CL_WD_PAT_TABSTRIP has no exception.

Method BOUND_SELECTED_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040702
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040702
3 Returning PATH Value transfer Type reference (TYPE) STRING 20040702

Method BOUND_SELECTED_TAB on class CL_WD_PAT_TABSTRIP has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040702
2 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040702

Method CONSTRUCTOR on class CL_WD_PAT_TABSTRIP has no exception.

Method GET_MAX_VISIBLE_TABS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040702
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040702
3 Returning VALUE Value transfer Type reference (TYPE) I 20040702

Method GET_MAX_VISIBLE_TABS on class CL_WD_PAT_TABSTRIP has no exception.

Method GET_ON_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) STRING 20040702

Method GET_ON_SELECT on class CL_WD_PAT_TABSTRIP has no exception.

Method GET_SELECTED_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_ELEMENT Value transfer Object reference (TYPE REF TO) IF_WD_CONTEXT_ELEMENT 20040702
2 Importing CONTEXT_NODE_PATH_NAME Value transfer Type reference (TYPE) STRING 20040702
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20040702

Method GET_SELECTED_TAB on class CL_WD_PAT_TABSTRIP has no exception.

Method GET_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040702
2 Importing INDEX Call by reference Type reference (TYPE) I 20040702
3 Returning THE_TAB Value transfer Object reference (TYPE REF TO) CL_WD_PAT_TAB 20040702

Method GET_TAB on class CL_WD_PAT_TABSTRIP has no exception.

Method GET_TABS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning THE_TABS Value transfer Type reference (TYPE) CL_WD_PAT_TAB=>TT_PAT_TAB 20040702

Method GET_TABS on class CL_WD_PAT_TABSTRIP has no exception.

Method HAS_TABS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VALUE Value transfer Type reference (TYPE) ABAP_BOOL 20040702

Method HAS_TABS on class CL_WD_PAT_TABSTRIP has no exception.

Method MAPPED_ON_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20040702

Method MAPPED_ON_SELECT on class CL_WD_PAT_TABSTRIP has no exception.

Method MAP_ON_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PARAMETERS Call by reference Attribute reference (LIKE) IF_WD_EVENT=>PARAMETERS 20040702

Method MAP_ON_SELECT on class CL_WD_PAT_TABSTRIP has no exception.

Method NEW_PAT_TABSTRIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACCESSIBILITY_DESCR Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040702
2 Importing BIND_ACCESSIBILITY_DESCR Call by reference Type reference (TYPE) STRING 20040702
3 Importing BIND_DESIGN Call by reference Type reference (TYPE) STRING 20040702
4 Importing BIND_ENABLED Call by reference Type reference (TYPE) STRING 20040702
5 Importing BIND_HAS_CONTENT_CONNECTOR Call by reference Type reference (TYPE) STRING 20040702
6 Importing BIND_MAX_VISIBLE_TABS Call by reference Type reference (TYPE) STRING 20040702
7 Importing BIND_SELECTED_TAB Call by reference Type reference (TYPE) STRING 20040702
8 Importing BIND_STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
9 Importing BIND_TOOLTIP Call by reference Type reference (TYPE) STRING 20040702
10 Importing BIND_VISIBLE Call by reference Type reference (TYPE) STRING 20040702
11 Importing CONTEXT_MENU_BEHAVIOUR Call by reference Type reference (TYPE) WDUI_CONTEXT_MENU_BEHAVIOUR E_CONTEXT_MENU_BEHAVIOUR-INHERIT 20060613
12 Importing CONTEXT_MENU_ID Call by reference Type reference (TYPE) WDY_MD_UI_ELEMENT_REFERENCE 20060613
13 Returning CONTROL Value transfer Object reference (TYPE REF TO) CL_WD_PAT_TABSTRIP 20040702
14 Importing DESIGN Call by reference Type reference (TYPE) WDUI_PAT_DESIGN E_DESIGN-PLAIN 20040702
15 Importing ENABLED Call by reference Type reference (TYPE) WDY_BOOLEAN 'X' 20040702
16 Importing HAS_CONTENT_CONNECTOR Call by reference Type reference (TYPE) WDY_BOOLEAN 20040702
17 Importing ID Call by reference Type reference (TYPE) STRING 20040702
18 Importing MAX_VISIBLE_TABS Call by reference Type reference (TYPE) I '7' 20040702
19 Importing ON_SELECT Call by reference Type reference (TYPE) STRING 20040702
20 Importing SELECTED_TAB Call by reference Type reference (TYPE) STRING 20040702
21 Importing STYLE_CLASS_NAME Call by reference Type reference (TYPE) STRING 20131015
22 Importing TOOLTIP Call by reference Type reference (TYPE) WDY_MD_TRANSLATABLE_TEXT 20040702
23 Importing VIEW Call by reference Object reference (TYPE REF TO) IF_WD_VIEW 20040702
24 Importing VISIBLE Call by reference Type reference (TYPE) WDUI_VISIBILITY E_VISIBLE-VISIBLE 20040702

Method NEW_PAT_TABSTRIP on class CL_WD_PAT_TABSTRIP has no exception.

Method NUMBER_OF_TABS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NUMBER Value transfer Type reference (TYPE) I 20040702

Method NUMBER_OF_TABS on class CL_WD_PAT_TABSTRIP has no exception.

Method REMOVE_ALL_TABS Signature

Method REMOVE_ALL_TABS on class CL_WD_PAT_TABSTRIP has no parameter.
Method REMOVE_ALL_TABS on class CL_WD_PAT_TABSTRIP has no exception.

Method REMOVE_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID Call by reference Type reference (TYPE) STRING 20040702
2 Importing INDEX Call by reference Type reference (TYPE) I 20040702
3 Returning THE_TAB Value transfer Object reference (TYPE REF TO) CL_WD_PAT_TAB 20040702

Method REMOVE_TAB on class CL_WD_PAT_TABSTRIP has no exception.

Method SET_MAX_VISIBLE_TABS Signature

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

Method SET_MAX_VISIBLE_TABS on class CL_WD_PAT_TABSTRIP has no exception.

Method SET_ON_SELECT Signature

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

Method SET_ON_SELECT on class CL_WD_PAT_TABSTRIP has no exception.

Method SET_SELECTED_TAB Signature

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

Method SET_SELECTED_TAB on class CL_WD_PAT_TABSTRIP has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 710