SAP ABAP Class CL_WD_FORM_HEAD_DATA (CL_WD_FORM_HEAD_DATA)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_UIEL_STANDARD (Package) UIE Library "Standard"
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_FORM_DATA | 20090715 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_FORM_TOP_DATA | 20090715 |
Properties
| Class | CL_WD_FORM_HEAD_DATA | |
| Short Description | ||
| Super Class | CL_WD_FORM_DATA | |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_UIEL_STANDARD | UIE Library "Standard" |
| Created | 20090715 | SAP |
| Last change | 20110908 | 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_WD_FORM_HEAD_DATA has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_NW7_VIEW_ELEMENT_ADAPTER | 20110302 | Web Dynpro Local Test XX7 | |
| 2 | CL_WDR_VIEW_ELEMENT | 20110302 | Web Dynpro View Element |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | WDR_PROPERTY_BINDING | 20100702 | ||||
| 2 | Constant | Public | Type reference (TYPE) | GUID | 'DE715D36FC063BF185630019BBCA3D42' | 20090715 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | I | 20100702 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20100702 | ||
| 2 | Instance method | Public | Method | 20100702 | ||
| 3 | Instance method | Public | Constructor | 20090715 | ||
| 4 | Instance method | Public | Method | 20100702 | ||
| 5 | Static method | Public | Method | 20090715 | ||
| 6 | Instance method | Public | Method | 20100702 |
Events
Class CL_WD_FORM_HEAD_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_FORM_HEAD_DATA | Public | See coding | 20090715 | tt_FORM_HEAD_DATA TYPE TABLE OF REF TO CL_WD_FORM_HEAD_DATA WITH DEFAULT KEY
|
Method Signatures
Method BIND_ROW_SPAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PATH | Call by reference | Type reference (TYPE) | STRING | 20100702 |
Method BIND_ROW_SPAN on class CL_WD_FORM_HEAD_DATA has no exception.
Method BOUND_ROW_SPAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20100702 | ||||
| 2 | CONTEXT_NODE_PATH_NAME | Value transfer | Type reference (TYPE) | STRING | 20100702 | ||||
| 3 | PATH | Value transfer | Type reference (TYPE) | STRING | 20100702 |
Method BOUND_ROW_SPAN on class CL_WD_FORM_HEAD_DATA has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20090715 | ||||
| 2 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | 20090715 |
Method CONSTRUCTOR on class CL_WD_FORM_HEAD_DATA has no exception.
Method GET_ROW_SPAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20100702 | ||||
| 2 | CONTEXT_NODE_PATH_NAME | Value transfer | Type reference (TYPE) | STRING | 20100702 | ||||
| 3 | VALUE | Value transfer | Type reference (TYPE) | I | 20100702 |
Method GET_ROW_SPAN on class CL_WD_FORM_HEAD_DATA has no exception.
Method NEW_FORM_HEAD_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BIND_CELL_BACKGROUND_DESIGN | Call by reference | Type reference (TYPE) | STRING | 20100624 | ||||
| 2 | BIND_COL_SPAN | Call by reference | Type reference (TYPE) | STRING | 20100624 | ||||
| 3 | BIND_ROW_SPAN | Call by reference | Type reference (TYPE) | STRING | 20100624 | ||||
| 4 | BIND_V_ALIGN | Call by reference | Type reference (TYPE) | STRING | 20100624 | ||||
| 5 | CELL_BACKGROUND_DESIGN | Call by reference | Type reference (TYPE) | WDUI_CELL_BG_DESIGN | E_CELL_BACKGROUND_DESIGN-TRANSPARENT | 20100624 | |||
| 6 | COL_SPAN | Call by reference | Type reference (TYPE) | I | '-1' | 20100624 | |||
| 7 | CONTROL | Value transfer | Object reference (TYPE REF TO) | CL_WD_FORM_HEAD_DATA | 20100624 | ||||
| 8 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | 20100624 | ||||
| 9 | ID | Call by reference | Type reference (TYPE) | STRING | 20100624 | ||||
| 10 | ROW_SPAN | Call by reference | Type reference (TYPE) | I | '-1' | 20100624 | |||
| 11 | V_ALIGN | Call by reference | Type reference (TYPE) | WDUI_CELL_VALIGN | E_V_ALIGN-TOP | 20100624 |
Method NEW_FORM_HEAD_DATA on class CL_WD_FORM_HEAD_DATA has no exception.
Method SET_ROW_SPAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | I | 20100702 |
Method SET_ROW_SPAN on class CL_WD_FORM_HEAD_DATA has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 800 |