SAP ABAP Class CL_THTMLB_AREAFRAME (Element-Handler: <thtmlb:areaFrame>)
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_AREAFRAME | Base: |
20060131 |
Properties
Class | CL_THTMLB_AREAFRAME | |
Short Description | Element-Handler: <thtmlb:areaFrame> | |
Super Class | CLG_THTMLB_AREAFRAME | Base: <thtmlb:areaFrame> |
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 | 20060131 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_THTMLB_AREAFRAME has no interface implemented.
Friends
Class CL_THTMLB_AREAFRAME has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | Temporary string to hold AJAX Area | 20060327 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'Content' | Id for areaframe content | 20070329 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '_displaymode' | displayMode | 20071001 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '_download' | exceldownload id | 20070815 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '_expander' | expander id | 20070330 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '_flex' | flex table graphics id | 20080331 | |
7 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '_iscollapsed' | current expand state | 20070402 | |
8 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '_tvslabel' | 20100106 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '_personalize' | expander id | 20070420 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '_backendstate' | current epand state from backend | 20070330 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '_tabc' | Tab chain button id | 20090602 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '_toolbar' | expander id | 20070410 | |
13 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | '_tvsddlb' | Table View Switch DDLB ID | 20091125 | |
14 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TABLE_TITLE | list of table's views names given by personalization | 20091119 | ||
15 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_TAJAX_AREA | Element-Handler: |
20060327 | ||
16 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | arefarmesetter influence | 20070914 | ||
17 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | Render areaFarme in a special way | 20060721 | ||
18 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_THTMLB_BOX | Main Box | 20060915 | ||
19 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | script for Excel download | 20070815 | ||
20 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | script for Flex table graphics | 20080331 | ||
21 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | foreign page id for button ids | 20060316 | ||
22 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | foreign page id for button ids | 20070828 | ||
23 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Info string | 20060307 | ||
24 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | Page Id of current view | 20060307 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Get info if areaframe is collapsed | 20070330 |
2 | ![]() |
Static method | Public | Method | Get info if areaframe is in display mode | 20071001 |
3 | ![]() |
Instance method | Protected | Method | Render the header with a toolbar | 20060207 |
Events
Class CL_THTMLB_AREAFRAME has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TABLE_TITLE | Public | See coding | 20091127 | table_title TYPE TABLE OF BSP_DLC_MULTI_LAYOUT_TITLE
|
Method Signatures
Method GET_IS_COLLAPSED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_IS_COLLAPSED | Value transfer | Type reference (TYPE) | STRING | X = areaframe iscollapsed | 20070330 | ||
2 | ![]() |
IV_COMPONENT_ID | Call by reference | Type reference (TYPE) | STRING | component id of controller instance | 20070330 | ||
3 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | STRING | Areaframe ID | 20070330 |
Method GET_IS_COLLAPSED on class CL_THTMLB_AREAFRAME has no exception.
Method GET_IS_DISPLAY_MODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_IS_DISPLAY_MODE | Value transfer | Type reference (TYPE) | STRING | X = areaframe is in display mode | 20071001 | ||
2 | ![]() |
IV_COMPONENT_ID | Call by reference | Type reference (TYPE) | STRING | component id of controller instance | 20071001 | ||
3 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | STRING | Areaframe ID | 20071001 |
Method GET_IS_DISPLAY_MODE on class CL_THTMLB_AREAFRAME has no exception.
Method RENDER_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_HTML | Value transfer | Type reference (TYPE) | STRING | 20060207 | |||
2 | ![]() |
IS_HEADER | Value transfer | Type reference (TYPE) | CRMT_THTMLB_AREA_FRAME_HEAD | Attributes of the THTMLB:areaFrameHeader | 20060207 |
Method RENDER_HEADER on class CL_THTMLB_AREAFRAME has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |