SAP ABAP Class CL_THTMLB_SPLITTER (Element-Handler: <thtmlb:splitter>)
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_SPLITTER | Base: |
20090917 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HTMLB_DATA | Input Data from HTMLB | 20091002 |
Properties
| Class | CL_THTMLB_SPLITTER | |
| Short Description | Element-Handler: <thtmlb:splitter> | |
| Super Class | CLG_THTMLB_SPLITTER | Base: <thtmlb:splitter> |
| 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 | 20090917 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_HTMLB_DATA | Input Data from HTMLB | 20091002 |
Friends
Class CL_THTMLB_SPLITTER 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 | '50%' | 20091019 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'V/H' | Enum Type of splitter orientation | 20090917 | ||
| 3 | Constant | Protected | Type reference (TYPE) | I | 1 | 20090917 | |||
| 4 | Constant | Protected | Type reference (TYPE) | I | 2 | 20090917 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'H' | 20090917 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'V' | 20090917 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | LTY_CELL_TAB | 20090917 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Checks if splitter has 2 cells and only 2 cells | 20090917 | |
| 2 | Instance method | Protected | Method | Returns an empty cell to complete splitter | 20090917 | |
| 3 | Instance method | Protected | Method | 20090917 | ||
| 4 | Instance method | Protected | Method | Returns remaining size for second cell | 20090917 | |
| 5 | Instance method | Protected | Method | 20090917 | ||
| 6 | Instance method | Protected | Method | 20090917 | ||
| 7 | Instance method | Protected | Method | 20091002 | ||
| 8 | Static method | Public | Method | 20090917 | ||
| 9 | Static method | Protected | Method | When in Orientation Horizontal, Splitter height should be px | 20090917 |
Events
Class CL_THTMLB_SPLITTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_CELL_STRUC | Public | See coding | 20090917 | BEGIN OF lty_cell_struc,
id TYPE string,
height TYPE string,
minsize TYPE string,
enabled TYPE boolean,
visible TYPE boolean,
align TYPE string,
valign TYPE string,
content TYPE string,
END OF lty_cell_struc
|
||
| 2 | LTY_CELL_TAB | Public | See coding | 20090917 | lty_cell_tab TYPE STANDARD TABLE OF lty_cell_struc
|
Method Signatures
Method CHECK_NUMBER_OF_CELLS Signature
Method CHECK_NUMBER_OF_CELLS on class CL_THTMLB_SPLITTER has no parameter.
Method CHECK_NUMBER_OF_CELLS on class CL_THTMLB_SPLITTER has no exception.
Method GET_EMPTY_CELL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_CELL | Value transfer | Type reference (TYPE) | LTY_CELL_STRUC | 20090917 |
Method GET_EMPTY_CELL on class CL_THTMLB_SPLITTER has no exception.
Method GET_MIN_SIZES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_MIN_SIZES | Value transfer | Type reference (TYPE) | STRING | 20090917 |
Method GET_MIN_SIZES on class CL_THTMLB_SPLITTER has no exception.
Method GET_REMAINING_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SIZE | Value transfer | Type reference (TYPE) | STRING | 20090917 |
Method GET_REMAINING_SIZE on class CL_THTMLB_SPLITTER has no exception.
Method RENDER_HORIZONTAL_SPLITTER Signature
Method RENDER_HORIZONTAL_SPLITTER on class CL_THTMLB_SPLITTER has no parameter.
Method RENDER_HORIZONTAL_SPLITTER on class CL_THTMLB_SPLITTER has no exception.
Method RENDER_VERTICAL_SPLITTER Signature
Method RENDER_VERTICAL_SPLITTER on class CL_THTMLB_SPLITTER has no parameter.
Method RENDER_VERTICAL_SPLITTER on class CL_THTMLB_SPLITTER has no exception.
Method RESOLVE_MODEL_BINDING Signature
Method RESOLVE_MODEL_BINDING on class CL_THTMLB_SPLITTER has no parameter.
Method RESOLVE_MODEL_BINDING on class CL_THTMLB_SPLITTER has no exception.
Method VALIDATE_DIMENSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_AUTO_ALLOWED | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20090921 | ||
| 2 | IV_DIMENSION | Call by reference | Type reference (TYPE) | STRING | 20090917 | ||||
| 3 | RV_VALIDATED_DIMENSION | Value transfer | Type reference (TYPE) | STRING | 20090917 |
Method VALIDATE_DIMENSION on class CL_THTMLB_SPLITTER has no exception.
Method VALIDATE_HEIGHT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HEIGHT | Call by reference | Type reference (TYPE) | STRING | 20090917 | ||||
| 2 | RV_VALIDATED_HEIGHT | Value transfer | Type reference (TYPE) | STRING | 20090917 |
Method VALIDATE_HEIGHT on class CL_THTMLB_SPLITTER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 701 |