SAP ABAP Class CL_THTMLB_TAB_CONTAINER (Element-Handler: <thtmlb:tabContainer>)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI-TAG (Application Component) Tag Library
⤷
BSP_DYN_CONFIG_TAG_LIB (Package) New tag library for CRM IC
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CLG_THTMLB_TABCONTAINER | Base: |
20080313 |
Properties
| Class | CL_THTMLB_TAB_CONTAINER | |
| Short Description | Element-Handler: <thtmlb:tabContainer> | |
| Super Class | CLG_THTMLB_TABCONTAINER | Base: <thtmlb:tabContainer> |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BSP_DYN_CONFIG_TAG_LIB | New tag library for CRM IC |
| Created | 20080313 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_THTMLB_TAB_CONTAINER has no forward declaration.
Interfaces
Class CL_THTMLB_TAB_CONTAINER has no interface implemented.
Friends
Class CL_THTMLB_TAB_CONTAINER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Protected | Type reference (TYPE) | STRING | 'LINKS/TABS' | possible Designs | 20080317 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'LINKS' | Link Design | 20080317 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'TABS' | Tab Design | 20080317 | ||
| 4 | Constant | Protected | Type reference (TYPE) | STRING | 'BUTTONS/TOOLBAR' | possible Designs | 20080414 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'BUTTONS' | Tab Design | 20080414 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'TOOLBAR' | Link Design | 20080414 | ||
| 7 | Static Attribute | Public | Type reference (TYPE) | CRMT_IC_PROFILE_ID | 'TILED_LAYOUT_OLD' | Function Profile ID | 20100302 | ||
| 8 | Static Attribute | Public | Type reference (TYPE) | CRMT_IC_PROFILE_ID | 'PARAMETERS' | Function Profile ID | 20100302 | ||
| 9 | Instance attribute | Private | Type reference (TYPE) | TVS_DROPDOWN_LINE | 20100104 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | TVS_DROPDOWN_TABLE | 20100104 | ||||
| 11 | Instance attribute | Public | Type reference (TYPE) | TABLE_TITLE | 20100104 | ||||
| 12 | Instance attribute | Public | Type reference (TYPE) | STRING | foreign page id for button ids | 20080326 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20100302 | ||
| 2 | Instance method | Protected | Method | Render Header | 20080317 | |
| 3 | Instance method | Protected | Method | Render Header | 20080317 | |
| 4 | Instance method | Protected | Method | Render standard buttons like excel, personalize | 20080319 | |
| 5 | Instance method | Protected | Method | Render application toolbar | 20080414 | |
| 6 | Instance method | Private | Method | 20091028 | ||
| 7 | Instance method | Private | Method | 20091113 | ||
| 8 | Instance method | Private | Method | 20091113 |
Events
Class CL_THTMLB_TAB_CONTAINER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TABLE_TITLE | Public | See coding | 20100104 | table_title TYPE TABLE OF bsp_dlc_multi_layout_title
|
||
| 2 | TVS_DROPDOWN_LINE | Public | See coding | 20100104 | BEGIN OF tvs_dropdown_line,
key TYPE bsp_dlc_multi_layout_title,
value TYPE bsp_dlc_multi_layout_title,
END OF tvs_dropdown_line
|
||
| 3 | TVS_DROPDOWN_TABLE | Public | See coding | 20100104 | tvs_dropdown_table TYPE TABLE OF tvs_dropdown_line WITH NON-UNIQUE KEY key
|
Method Signatures
Method READ_PROFILE_PARAM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_OLD_DESIGN | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100302 |
Method READ_PROFILE_PARAM on class CL_THTMLB_TAB_CONTAINER has no exception.
Method RENDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_HTML | Value transfer | Type reference (TYPE) | STRING | 20080317 | ||||
| 2 | IV_CONTENT_HTML | Call by reference | Type reference (TYPE) | STRING | 20080317 |
Method RENDER on class CL_THTMLB_TAB_CONTAINER has no exception.
Method RENDER_HEADER_ALT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_HTML | Value transfer | Type reference (TYPE) | STRING | 20080317 |
Method RENDER_HEADER_ALT on class CL_THTMLB_TAB_CONTAINER has no exception.
Method RENDER_STANDARD_BUTTONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_HTML | Value transfer | Type reference (TYPE) | STRING | 20080319 | ||||
| 2 | IS_STANDARD_BUTTONS | Call by reference | Type reference (TYPE) | CL_THTMLB_UTIL=>CHECK_CONTENT_STRUC | standard button definitions | 20080416 |
Method RENDER_STANDARD_BUTTONS on class CL_THTMLB_TAB_CONTAINER has no exception.
Method RENDER_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TOOLBAR_HTML | Value transfer | Type reference (TYPE) | STRING | 20080414 | ||||
| 2 | IV_TOOLBAR_DESIGN | Call by reference | Type reference (TYPE) | STRING | BUTTONS/TOOLBAR | 20080414 |
Method RENDER_TOOLBAR on class CL_THTMLB_TAB_CONTAINER has no exception.
Method _RENDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_HTML | Value transfer | Type reference (TYPE) | STRING | 20091028 | ||||
| 2 | IV_CONTENT_HTML | Call by reference | Type reference (TYPE) | STRING | 20091028 |
Method _RENDER on class CL_THTMLB_TAB_CONTAINER has no exception.
Method _RENDER_TABSTRIP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_HTML | Value transfer | Type reference (TYPE) | STRING | 20091113 | ||||
| 2 | IV_CONTENT_HTML | Call by reference | Type reference (TYPE) | STRING | 20091113 |
Method _RENDER_TABSTRIP on class CL_THTMLB_TAB_CONTAINER has no exception.
Method _RENDER_TS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_HTML | Value transfer | Type reference (TYPE) | STRING | 20091113 | ||||
| 2 | IV_CONTENT_HTML | Call by reference | Type reference (TYPE) | STRING | 20091113 |
Method _RENDER_TS on class CL_THTMLB_TAB_CONTAINER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 701 |