SAP ABAP Class CL_SALV_BS_LEX_H_CELL_PROPS (Relevant Properties of the Current Cell)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_BS_LEX (Package) Contains general Classes/Interfaces of ALV Lean Export
⤷
⤷
Properties
| Class | CL_SALV_BS_LEX_H_CELL_PROPS | |
| Short Description | Relevant Properties of the Current Cell | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_BS_LEX | Contains general Classes/Interfaces of ALV Lean Export |
| Created | 20101015 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SALV_BS_LEX_H_CELL_PROPS has no interface implemented.
Friends
Class CL_SALV_BS_LEX_H_CELL_PROPS has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101015 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101015 | ||||
| 3 | Instance attribute | Public | Type reference (TYPE) | IF_SALV_BS_T_DATA=>S_TYPE_ATTRIBUTE | 20101015 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101015 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101015 | ||||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101015 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101015 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101015 | ||||
| 9 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101015 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101015 | ||||
| 11 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101015 | ||||
| 12 | Instance attribute | Public | Type reference (TYPE) | IF_SALV_BS_MODEL_COLUMN=>TYPE_UIE | 20101015 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101111 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | STRING | 20101015 | ||||
| 15 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20101015 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20101015 | ||
| 2 | Instance method | Public | Method | 20101015 |
Events
Class CL_SALV_BS_LEX_H_CELL_PROPS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_CELL_PROPERTIES | Public | See coding | 20101015 | begin of YS_CELL_PROPERTIES,
decimals type string,
round type string,
hyperlink type string,
image type string,
valueset type ref to data,
reference type string,
value type ref to data,
hidden type abap_bool,
field type string,
field_attributes type if_salv_bs_t_data=>s_type_attribute,
uie_type type if_salv_bs_model_column=>type_uie,
cell_editor_type type if_salv_bs_lex_format=>ys_cell_editor_type,
end of YS_CELL_PROPERTIES
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_SALV_BS_DATA_TABLE | 20101015 | ||||
| 2 | IS_DECIMALS_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20101015 | ||||
| 3 | IS_DECIMALS_VALUE | Call by reference | Type reference (TYPE) | STRING | 20101015 | ||||
| 4 | IS_FIELD | Call by reference | Type reference (TYPE) | STRING | 20101015 | ||||
| 5 | IS_FIELD_ATTRIBUTES | Call by reference | Type reference (TYPE) | IF_SALV_BS_T_DATA=>S_TYPE_ATTRIBUTE | 20101015 | ||||
| 6 | IS_HYPERLINK_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20101015 | ||||
| 7 | IS_HYPERLINK_VALUE | Call by reference | Type reference (TYPE) | STRING | 20101015 | ||||
| 8 | IS_IMAGE_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20101015 | ||||
| 9 | IS_IMAGE_VALUE | Call by reference | Type reference (TYPE) | STRING | 20101015 | ||||
| 10 | IS_ROUND_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20101015 | ||||
| 11 | IS_ROUND_VALUE | Call by reference | Type reference (TYPE) | STRING | 20101015 | ||||
| 12 | IS_UIE_TYPE | Call by reference | Type reference (TYPE) | IF_SALV_BS_MODEL_COLUMN=>TYPE_UIE | 20101015 | ||||
| 13 | IS_VALUESET_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20101111 | ||||
| 14 | IS_VALUE_FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20101015 | ||||
| 15 | IS_VALUE_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20101015 |
Method CONSTRUCTOR on class CL_SALV_BS_LEX_H_CELL_PROPS has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_CELL_PROPERTIES | Call by reference | Object reference (TYPE REF TO) | YS_CELL_PROPERTIES | 20101015 | ||||
| 2 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101015 |
Method GET on class CL_SALV_BS_LEX_H_CELL_PROPS has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 731 |