SAP ABAP Class CL_FDT_WD_ISLAND_CONTROL_XML (FDT WD Island: Message Stream(XML) for Controls)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-BR (Application Component) BRFplus - ABAP-Based Business Rules
⤷
SFDT_WD_ISLAND_INFRASTRUCTURE (Package) BRFplus: Island Infrastructure

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_ISLAND_MSG_XML | FDT WD Island: Writing/Reading a message into a xml stream | 20110615 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_EDITOR_XML | FDT WD Island: Control XML Handler for Editor | 20100608 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_ISLAND_DEMO_XML | FDT WD Island: Demo Control | 20110531 |
3 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_ISLAND_FLOW_XML | FDT WD Island: Flow Expression Type XML stream Handler | 20121029 |
4 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_ISLAND_IPA_DEMO_XML | FDT WD Island: Demo Control for InputAssistent | 20111212 |
5 | Inheritance (c INHERITING FROM c_ref) | CL_FDT_WD_ISLAND_IPA_XML | FDT WD Island: Demo Control | 20111207 |
Properties
Class | CL_FDT_WD_ISLAND_CONTROL_XML | |
Short Description | FDT WD Island: Message Stream(XML) for Controls | |
Super Class | CL_FDT_WD_ISLAND_MSG_XML | FDT WD Island: Writing/Reading a message into a xml stream |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SFDT_WD_ISLAND_INFRASTRUCTURE | BRFplus: Island Infrastructure |
Created | 20100608 | SAP |
Last change | 20130531 | 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... |
Interfaces
Class CL_FDT_WD_ISLAND_CONTROL_XML has no interface implemented.
Friends
Class CL_FDT_WD_ISLAND_CONTROL_XML has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'assembly_name' | 20110527 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | STRING | 'handle' | 20120105 | ||
3 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'is_fdt_id' | 20110113 | ||
4 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'is_root_control' | 20111216 | ||
5 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'object_state_code' | 20120228 | ||
6 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'only_metadata' | 20121121 | ||
7 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'attr_binding' | 20110112 | ||
8 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'attr' | 20110112 | ||
9 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'comp' | 20110117 | ||
10 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'comps' | 20110117 | ||
11 | ![]() |
Constant | Protected | Type reference (TYPE) | STRING | 'control' | 20100622 | ||
12 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_CONTROL_MODEL | FDT WD: Island Model for maintenance objs (abstract) | 20110418 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20100608 |
2 | ![]() |
Instance method | Protected | Method | Returns the assembly of the island control | 20110527 |
3 | ![]() |
Instance method | Public | Method | Returns the name of the island control | 20101109 |
4 | ![]() |
Instance method | Protected | Method | Reads the control content | 20110913 |
5 | ![]() |
Instance method | Protected | Method | Writes the content of the control | 20110112 |
6 | ![]() |
Instance method | Protected | Method | Writes the metadata part of the control | 20110112 |
Events
Class CL_FDT_WD_ISLAND_CONTROL_XML has no event.
Types
Class CL_FDT_WD_ISLAND_CONTROL_XML has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONFIGURATION | Call by reference | Object reference (TYPE REF TO) | IF_FDT_WD_CONFIGURATION | FDT WD: Configuration | 20100608 | ||
2 | ![]() |
IO_MODEL | Call by reference | Object reference (TYPE REF TO) | CL_FDT_WD_ISLAND_CONTROL_MODEL | FDT WD: Island Model | 20100608 |
Method CONSTRUCTOR on class CL_FDT_WD_ISLAND_CONTROL_XML has no exception.
Method GET_ASSEMBLY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_ASSEMBLY_NAME | Value transfer | Type reference (TYPE) | STRING | 20110527 |
Method GET_ASSEMBLY_NAME on class CL_FDT_WD_ISLAND_CONTROL_XML has no exception.
Method GET_CONTROL_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_CONTROL_NAME | Value transfer | Type reference (TYPE) | STRING | 20101109 |
Method GET_CONTROL_NAME on class CL_FDT_WD_ISLAND_CONTROL_XML has no exception.
Method READ_CONTROL_CONTENT Signature
Method READ_CONTROL_CONTENT on class CL_FDT_WD_ISLAND_CONTROL_XML has no parameter.
Method READ_CONTROL_CONTENT on class CL_FDT_WD_ISLAND_CONTROL_XML has no exception.
Method WRITE_CONTROL_CONTENT Signature
Method WRITE_CONTROL_CONTENT on class CL_FDT_WD_ISLAND_CONTROL_XML has no parameter.
Method WRITE_CONTROL_CONTENT on class CL_FDT_WD_ISLAND_CONTROL_XML has no exception.
Method WRITE_CONTROL_METADATA Signature
Method WRITE_CONTROL_METADATA on class CL_FDT_WD_ISLAND_CONTROL_XML has no parameter.
Method WRITE_CONTROL_METADATA on class CL_FDT_WD_ISLAND_CONTROL_XML has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 703 |