SAP ABAP Class CL_SALV_WD_LEX_H_FMTR_RTVR (Editor Retriever)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_WD_LEX (Package) ALV Lean Export Classes for WD
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_WD_LEX_H_FMTR_RTVR_CV | Formattor Retriever in case of Cell Variants | 20101018 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_WD_LEX_H_FMTR_RTVR_STD | Formatter Retriver for Standard Cells (w/o Cell Variants) | 20101018 |
Properties
| Class | CL_SALV_WD_LEX_H_FMTR_RTVR | |
| Short Description | Editor Retriever | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SALV_WD_LEX | ALV Lean Export Classes for WD |
| Created | 20101018 | 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) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... | |
| 4 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SALV_WD_LEX_H_FMTR_RTVR has no interface implemented.
Friends
Class CL_SALV_WD_LEX_H_FMTR_RTVR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SALV_BS_LEX_H_CELL_PROPS | Relevant Properties of the Current Cell | 20101018 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SALV_WD_TABLE_CELL_EDITOR | 20101018 | ||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_SALV_WD_LEX_H_FMTR | 20101018 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20101020 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | 20101018 | ||
| 2 | Instance method | Protected | Method | Creates cell properties for the current cell | 20101018 | |
| 3 | Instance method | Protected | Method | Creates formatter for present cell editor and properties | 20101018 | |
| 4 | Instance method | Public | Method | 20101019 | ||
| 5 | Instance method | Public | Method | 20101018 | ||
| 6 | Instance method | Public | Method | Determines active Formatter and returns Formatters result | 20101018 | |
| 7 | Instance method | Public | Method | 20101020 |
Events
Class CL_SALV_WD_LEX_H_FMTR_RTVR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_EXP_TYPE_INFORMATION | Public | See coding | 20101018 | begin of YS_EXP_TYPE_INFORMATION,
conversionexit type string,
decimals type string,
referencefield type string,
end of ys_exp_type_information
|
Method Signatures
Method CREATE 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 | 20101018 | ||||
| 2 | IR_MODEL_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_SALV_BS_MODEL_TABLE | 20101018 | ||||
| 3 | IS_COLUMN | Call by reference | Type reference (TYPE) | IF_SALV_BS_MODEL_COLUMNS=>S_TYPE_COLUMN | 20101018 | ||||
| 4 | IS_COLUMN_ID | Call by reference | Type reference (TYPE) | STRING | 20101018 | ||||
| 5 | RR_FMTR_RETRIEVER | Value transfer | Object reference (TYPE REF TO) | CL_SALV_WD_LEX_H_FMTR_RTVR | 20101018 |
Method CREATE on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.
Method CREATE_CELL_PROPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_CELL_PROPERTIES | Call by reference | Object reference (TYPE REF TO) | CL_SALV_BS_LEX_H_CELL_PROPS | Relevant Properties of the Current Cell | 20101018 | |||
| 2 | ES_FIELD | Call by reference | Type reference (TYPE) | STRING | 20101018 | ||||
| 3 | IR_DATA_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_SALV_BS_DATA_TABLE | 20101018 | ||||
| 4 | IR_EDITOR | Call by reference | Object reference (TYPE REF TO) | CL_SALV_WD_UIE | 20101018 |
Method CREATE_CELL_PROPS on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.
Method CREATE_FORMATTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_CELL_PROPERTIES | Call by reference | Object reference (TYPE REF TO) | CL_SALV_BS_LEX_H_CELL_PROPS | Relevant Properties of the Current Cell | 20101018 | |||
| 2 | IR_DATA_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_SALV_BS_DATA_TABLE | 20101018 | ||||
| 3 | IR_EDITOR | Call by reference | Object reference (TYPE REF TO) | CL_SALV_WD_UIE | 20101018 | ||||
| 4 | IS_ATTRIBUTE | Call by reference | Type reference (TYPE) | IF_SALV_BS_T_DATA=>S_TYPE_ATTRIBUTE | 20101018 | ||||
| 5 | RR_FORMATTER | Value transfer | Object reference (TYPE REF TO) | CL_SALV_WD_LEX_H_FMTR | 20101018 |
Method CREATE_FORMATTER on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.
Method GET_AGGR 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) | CL_SALV_BS_LEX_H_CELL_PROPS=>YS_CELL_PROPERTIES | 20101019 | ||||
| 2 | ES_CELL_EDITOR_TYPE | Call by reference | Type reference (TYPE) | IF_SALV_BS_LEX_FORMAT=>YS_CELL_EDITOR_TYPE | 20101019 | ||||
| 3 | ES_DECIMALS | Call by reference | Type reference (TYPE) | I | 20101019 | ||||
| 4 | ES_VALUE | Call by reference | Type reference (TYPE) | STRING | 20101019 | ||||
| 5 | IR_COLUMNINFO_EXT | Call by reference | Object reference (TYPE REF TO) | CL_SALV_EX_LEX_ADAPTER=>YS_COLUMNINFO_EXT | 20101019 | ||||
| 6 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101019 | ||||
| 7 | IS_REFERENCE | Call by reference | Type reference (TYPE) | STRING | 20101019 |
Method GET_AGGR on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.
Method GET_FORMATTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101018 | ||||
| 2 | RR_FORMATTER | Value transfer | Object reference (TYPE REF TO) | CL_SALV_WD_LEX_H_FMTR | 20101018 |
Method GET_FORMATTER on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.
Method GET_FORMATTER_RESULT 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) | CL_SALV_BS_LEX_H_CELL_PROPS=>YS_CELL_PROPERTIES | 20101018 | ||||
| 2 | ES_DECIMALS | Call by reference | Type reference (TYPE) | I | 20101018 | ||||
| 3 | ES_VALUE | Call by reference | Type reference (TYPE) | STRING | 20101018 | ||||
| 4 | IR_DATA | Call by reference | Object reference (TYPE REF TO) | DATA | 20101018 |
Method GET_FORMATTER_RESULT on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.
Method HAS_IMAGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_HAS_IMAGES | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101020 |
Method HAS_IMAGES on class CL_SALV_WD_LEX_H_FMTR_RTVR has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 731 |