SAP ABAP Class CLG_XHTMLB_TABSTRIP (Base: <xhtmlb:tabStrip>)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BSP (Application Component) Business Server Pages
     SBSPEXT_XHTMLB (Package) BSP Extensions: XHTMLB
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_HTMLB_ELEMENT Base 20020528
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_XHTMLB_TABSTRIP Element Handler: 20020429
Properties
Class CLG_XHTMLB_TABSTRIP  
Short Description Base: <xhtmlb:tabStrip>    
Super Class CL_HTMLB_ELEMENT Base <htmlb:*> 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 70  Basis Class for BSP Element Handlers 
Package SBSPEXT_XHTMLB   BSP Extensions: XHTMLB 
Created 20020429   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CLG_XHTMLB_TABSTRIP has no forward declaration.
Interfaces
Class CLG_XHTMLB_TABSTRIP has no interface implemented.
Friends
Class CLG_XHTMLB_TABSTRIP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BRANDINGNOTCHVISIBLE Instance attribute Public Type reference (TYPE) STRING 'TRUE' 20020513
2 DROPDOWNITEMCOUNT Instance attribute Public Type reference (TYPE) STRING '6' 20020521
3 DROPDOWNLISTVISIBLE Instance attribute Public Type reference (TYPE) STRING 'TRUE' TRUE | FALSE 20030108
4 FLOWINDICATORVISIBLE Instance attribute Public Type reference (TYPE) STRING 'FALSE' 20020513
5 HEADERLINEBEE Instance attribute Public Object reference (TYPE REF TO) IF_BSP_BEE Static Display Area Above in Tabstrip 20020609
6 HEIGHT Instance attribute Public Type reference (TYPE) STRING Height 20020429
7 HORIZONTALALIGNMENT Instance attribute Public Type reference (TYPE) STRING 'LEFT' Horizontal Alignment: LEFT/CENTER/RIGHT/JUSTIFY/CHAR 20020429
8 M_CLASS_VALIDATOR Static Attribute Public Object reference (TYPE REF TO) CL_BSP_ELEMENT_RT_ATTR_VALID 20020429
9 ONEDIT Instance attribute Public Type reference (TYPE) STRING Edit Event Handler 20020429
10 ONHELP Instance attribute Public Type reference (TYPE) STRING Help 20020429
11 ONREMOVE Instance attribute Public Type reference (TYPE) STRING Remove Event Handler 20020429
12 ONSELECT Instance attribute Public Type reference (TYPE) STRING Selection Event Handler 20020429
13 ONVIEWSTATE Instance attribute Public Type reference (TYPE) STRING (Half) Collapse/Expand 20020429
14 RENDERSINGLETABASHEADING Instance attribute Public Type reference (TYPE) STRING 'FALSE' Tab Displayed as Tab or (Tray) Header 20020508
15 SELECTION Instance attribute Public Type reference (TYPE) STRING Selection 20020429
16 TOOLTIP Instance attribute Public Type reference (TYPE) STRING Tooltip 20020429
17 VERTICALALIGNMENT Instance attribute Public Type reference (TYPE) STRING 'TOP' Vertical Alignment: TOP/MIDDLE/BOTTOM/BASELINE 20020429
18 VIEWSTATE Instance attribute Public Type reference (TYPE) STRING Status: EXPANDED | COLLAPSED | COMPACT 20020429
19 VIEWSTATEBEE Instance attribute Public Object reference (TYPE REF TO) IF_BSP_BEE For onX handling 20020429
20 VIEWSTATEMODE Instance attribute Public Type reference (TYPE) STRING 'COLLAPSED_COMPACT_EXPANDED' NONE | COLLAPSED_COMPACT_EXPANDED | COLLAPSED_EXPANDED 20020508
21 VISIBLE Instance attribute Public Type reference (TYPE) STRING 'TRUE' Visibility 20020429
22 WIDTH Instance attribute Public Type reference (TYPE) STRING Width 20020429
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20020429
2 CONSTRUCTOR Instance method Public Constructor Constructor 20020429
3 FACTORY Static method Public Method FACTORY_METHOD 20020429
4 FACTORY_CLEAR Static method Public Method FACTORY CLEAR METHOD 20020429
Events
Class CLG_XHTMLB_TABSTRIP has no event.
Types
Class CLG_XHTMLB_TABSTRIP has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CLG_XHTMLB_TABSTRIP has no parameter.
Method CLASS_CONSTRUCTOR on class CLG_XHTMLB_TABSTRIP has no exception.

Method CONSTRUCTOR Signature

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

Method FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BRANDINGNOTCHVISIBLE Call by reference Type reference (TYPE) CSEQUENCE 'TRUE' 20020513
2 Importing DROPDOWNITEMCOUNT Call by reference Type reference (TYPE) CSEQUENCE '6' 20020521
3 Importing DROPDOWNLISTVISIBLE Call by reference Type reference (TYPE) CSEQUENCE 'TRUE' 20030108
4 Returning ELEMENT Value transfer Object reference (TYPE REF TO) CL_XHTMLB_TABSTRIP 20020429
5 Importing FLOWINDICATORVISIBLE Call by reference Type reference (TYPE) CSEQUENCE 'FALSE' 20020513
6 Importing HEADERLINEBEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE 20020609
7 Importing HEIGHT Call by reference Type reference (TYPE) CSEQUENCE 20020429
8 Importing HORIZONTALALIGNMENT Call by reference Type reference (TYPE) CSEQUENCE 'LEFT' 20020429
9 Importing ID Call by reference Type reference (TYPE) CSEQUENCE 20020429
10 Importing ID_POSTFIX Call by reference Type reference (TYPE) CSEQUENCE 20020429
11 Importing ONEDIT Call by reference Type reference (TYPE) CSEQUENCE 20020429
12 Importing ONHELP Call by reference Type reference (TYPE) CSEQUENCE 20020429
13 Importing ONREMOVE Call by reference Type reference (TYPE) CSEQUENCE 20020429
14 Importing ONSELECT Call by reference Type reference (TYPE) CSEQUENCE 20020429
15 Importing ONVIEWSTATE Call by reference Type reference (TYPE) CSEQUENCE 20020429
16 Importing RENDERSINGLETABASHEADING Call by reference Type reference (TYPE) CSEQUENCE 'FALSE' 20020508
17 Importing SELECTION Call by reference Type reference (TYPE) CSEQUENCE 20020429
18 Importing TOOLTIP Call by reference Type reference (TYPE) CSEQUENCE 20020429
19 Importing VERTICALALIGNMENT Call by reference Type reference (TYPE) CSEQUENCE 'TOP' 20020429
20 Importing VIEWSTATE Call by reference Type reference (TYPE) CSEQUENCE 20020429
21 Importing VIEWSTATEBEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE 20020429
22 Importing VIEWSTATEMODE Call by reference Type reference (TYPE) CSEQUENCE 'COLLAPSED_COMPACT_EXPANDED' 20020508
23 Importing VISIBLE Call by reference Type reference (TYPE) CSEQUENCE 'TRUE' 20020429
24 Importing WIDTH Call by reference Type reference (TYPE) CSEQUENCE 20020429

Method FACTORY on class CLG_XHTMLB_TABSTRIP has no exception.

Method FACTORY_CLEAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ELEMENT Call by reference Object reference (TYPE REF TO) CL_XHTMLB_TABSTRIP 20020429

Method FACTORY_CLEAR on class CLG_XHTMLB_TABSTRIP has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700