SAP ABAP Class IF_FDT_WD_EDITOR_MODEL (FDT WD: Editor Model)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_FDT_WD_ISLAND_MODEL | FDT WD: Island Model | 20100322 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_FDT_WD_EDITOR_MODEL | FDT WD Island: Editor Model (Abstract) | 20100305 |
Properties
| Class | IF_FDT_WD_EDITOR_MODEL | |
| Short Description | FDT WD: Editor Model | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100130 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_FDT_WD_EDITOR_MODEL has no forward declaration.
Interfaces
Class IF_FDT_WD_EDITOR_MODEL has no interface implemented.
Friends
Class IF_FDT_WD_EDITOR_MODEL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'default' | Style type default | 20100203 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'error' | Style type error | 20100202 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'info' | Style type info | 20100202 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'warning' | Style type warning | 20100202 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'io' | Token Type Infix Operator | 20100727 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'keyword' | Token Type Keyword | 20100702 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'param' | Token Type Parameter | 20100204 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'paren' | Token Type Parenthesis | 20100804 | ||
| 9 | Constant | Public | Type reference (TYPE) | STRING | 'string' | Token Type Text | 20100713 | ||
| 10 | Constant | Public | Type reference (TYPE) | STRING | 'val' | Token Type Value | 20100713 | ||
| 11 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_FDT_WD_EDITOR_SECTION | Content Root | 20111223 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the available functions | 20100308 | |
| 2 | Instance method | Public | Method | Returns the available keywords | 20100309 |
Events
Class IF_FDT_WD_EDITOR_MODEL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ATTRIBUTE | Public | See coding | 20100714 | BEGIN OF s_attribute,
name TYPE string,
value TYPE string,
END OF s_attribute
|
||
| 2 | S_FUNCTION | Public | See coding | 20100308 | BEGIN OF s_function,
name TYPE string,
description TYPE string,
category type string, "optional, used for example in formula
END OF s_function
|
||
| 3 | S_KEYWORD | Public | See coding | 20100308 | BEGIN OF s_keyword,
name TYPE string,
description TYPE string,
END OF s_keyword
|
||
| 4 | TH_ATTRIBUTE | Public | See coding | 20111011 | th_attribute TYPE HASHED TABLE OF s_attribute WITH UNIQUE KEY name
|
||
| 5 | T_FUNCTION | Public | See coding | 20100308 | t_function TYPE STANDARD TABLE OF s_function WITH DEFAULT KEY
|
||
| 6 | T_KEYWORD | Public | See coding | 20100308 | t_keyword TYPE STANDARD TABLE OF s_keyword WITH DEFAULT KEY
|
Method Signatures
Method GET_FUNCTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FUNCTION | Value transfer | Type reference (TYPE) | T_FUNCTION | 20100308 |
Method GET_FUNCTIONS on class IF_FDT_WD_EDITOR_MODEL has no exception.
Method GET_KEYWORDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_KEYWORD | Value transfer | Type reference (TYPE) | T_KEYWORD | Keywords | 20100309 |
Method GET_KEYWORDS on class IF_FDT_WD_EDITOR_MODEL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |