SAP ABAP Class CL_WCF_GMT_DOCK (WCF GMT Nexus Dock Element)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI (Application Component) User Interface
⤷
WCF_GRAPHICAL_MODELING_TOOL (Package) WCF Graphical Modeling Tool
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WCF_GMT_NEXUS_POINT | WCF GMT Nexus Base Point | 20080925 |
Properties
| Class | CL_WCF_GMT_DOCK | |
| Short Description | WCF GMT Nexus Dock Element | |
| Super Class | CL_WCF_GMT_NEXUS_POINT | WCF GMT Nexus Base Point |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | WCF_GRAPHICAL_MODELING_TOOL | WCF Graphical Modeling Tool |
| Created | 20080925 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_WCF_GMT_DOCK has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_WCF_GMT_ANCHOR | 20081027 | WCF GMT Nexus Anchor Component | |
| 2 | CL_WCF_GMT_CONNECTOR | 20081110 | WCF GMT Nexus Connector Element | |
| 3 | CL_WCF_GMT_DATA_MODEL | 20081118 | WCF GMT Nexus Data Model - load/build NDL | |
| 4 | CL_WCF_GMT_MODEL | 20081014 | WCF GMT Model Structure API | |
| 5 | CL_WCF_GMT_SHAPE | 20081110 | WCF GMT Nexus Base Shape Element |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'wayPoint' | 20081126 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'diamond' | 20081126 | |||
| 3 | Constant | Public | Type reference (TYPE) | WCF_GMT_NEXUS_NAME | 'dock' | WCF GMT Nexus Name Type | 20081124 | ||
| 4 | Constant | Public | Type reference (TYPE) | WCF_GMT_NEXUS_NAME | 'skinType' | WCF GMT Nexus Name Type | 20081125 | ||
| 5 | Constant | Public | Type reference (TYPE) | WCF_GMT_NEXUS_NAME | 'fixed' | WCF GMT Nexus Name Type | 20100803 | ||
| 6 | Static Attribute | Public | Type reference (TYPE) | STRING | 'position' | 20090709 | |||
| 7 | Constant | Public | Type reference (TYPE) | WCF_GMT_NEXUS_NAME | 'template' | WCF GMT Nexus Name Type | 20090116 | ||
| 8 | Constant | Public | Type reference (TYPE) | STRING | 'circle' | 20081126 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WCF_GMT_MODELING_COMPONENT | WCF GMT Base Shape Element | 20081107 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | CL_WCF_GMT_DOCK=>TT_ANCHORS | WCF GMT Nexus Anchor Component | 20081014 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | WCF_GMT_NEXUS_POINT_NAME | WCF GMT Nexus Point Name | 20081014 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20100803 | ||
| 13 | Instance attribute | Private | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20090123 | ||
| 14 | Instance attribute | Private | Type reference (TYPE) | WCF_GMT_NEXUS_POINT_NAME | WCF GMT Nexus Point Name | 20090709 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | STRING | WCF GMT Nexus Name Type | 20081125 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | WCF_GMT_NEXUS_NAME | WCF GMT Nexus Name Type | 20090116 |
Methods
Events
Class CL_WCF_GMT_DOCK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | ST_ANCHOR | Public | See coding | 20081110 | begin of st_anchor,
anchor_id type wcf_gmt_nexus_id,
connector_id type wcf_gmt_nexus_id,
anchor type ref to cl_wcf_gmt_anchor,
end of st_anchor
|
||
| 2 | TT_ANCHORS | Public | See coding | 20081110 | tt_anchors type hashed table of st_anchor with unique key anchor_id connector_id
|
Method Signatures
Method ATTACH_ANCHOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ANCHOR | Call by reference | Object reference (TYPE REF TO) | CL_WCF_GMT_ANCHOR | WCF GMT Nexus Anchor Component | 20081014 |
Method ATTACH_ANCHOR on class CL_WCF_GMT_DOCK has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_COMPONENT | Call by reference | Object reference (TYPE REF TO) | CL_WCF_GMT_MODELING_COMPONENT | WCF GMT Base Shape Element | 20081107 | |||
| 2 | IV_DOCK_NAME | Call by reference | Type reference (TYPE) | WCF_GMT_NEXUS_POINT_NAME | WCF GMT Nexus Point Name | 20081014 | |||
| 3 | IV_DRAGGABLE | Call by reference | Type reference (TYPE) | BOOLEAN | '-' | Boolean Variable (X=True, -=False, Space=Unknown) | 20081014 | ||
| 4 | IV_EDITABLE | Call by reference | Type reference (TYPE) | BOOLEAN | '-' | Boolean Variable (X=True, -=False, Space=Unknown) | 20081014 | ||
| 5 | IV_ID | Call by reference | Type reference (TYPE) | WCF_GMT_NEXUS_ID | WCF GMT Nexus ID Type | 20081014 | |||
| 6 | IV_LABEL | Call by reference | Type reference (TYPE) | STRING | 20081014 | ||||
| 7 | IV_POSITION | Call by reference | Type reference (TYPE) | WCF_GMT_NEXUS_POINT_NAME | WCF GMT Nexus Point Name | 20090709 | |||
| 8 | IV_STYLE | Call by reference | Type reference (TYPE) | STRING | 20081014 | ||||
| 9 | IV_TOOLTIP | Call by reference | Type reference (TYPE) | STRING | 20081014 | ||||
| 10 | IV_VISIBLE | Call by reference | Type reference (TYPE) | BOOLEAN | '-' | Boolean Variable (X=True, -=False, Space=Unknown) | 20081014 | ||
| 11 | IV_X | Call by reference | Type reference (TYPE) | I | -1 | 20081014 | |||
| 12 | IV_Y | Call by reference | Type reference (TYPE) | I | -1 | 20081014 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WCF GMT Based Nexus Exception | 20081014 |
Method DETACH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ANCHOR | Call by reference | Object reference (TYPE REF TO) | CL_WCF_GMT_ANCHOR | WCF GMT Nexus Anchor Component | 20081014 |
Method DETACH on class CL_WCF_GMT_DOCK has no exception.
Method GET_ANCHORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_ANCHORS | Value transfer | Type reference (TYPE) | CL_WCF_GMT_DOCK=>TT_ANCHORS | 20090123 |
Method GET_ANCHORS on class CL_WCF_GMT_DOCK has no exception.
Method GET_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_COMPONENT | Value transfer | Object reference (TYPE REF TO) | CL_WCF_GMT_MODELING_COMPONENT | WCF GMT Base Shape Element | 20081107 |
Method GET_COMPONENT on class CL_WCF_GMT_DOCK has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_DOCK_NAME | Value transfer | Type reference (TYPE) | WCF_GMT_NEXUS_POINT_NAME | WCF GMT Nexus Point Name | 20081014 |
Method GET_NAME on class CL_WCF_GMT_DOCK has no exception.
Method GET_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_POSITION | Value transfer | Type reference (TYPE) | WCF_GMT_NEXUS_POINT_NAME | WCF GMT Nexus Point Name | 20090709 |
Method GET_POSITION on class CL_WCF_GMT_DOCK has no exception.
Method GET_SKIN_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SKIN_TYPE | Value transfer | Type reference (TYPE) | STRING | 20081125 |
Method GET_SKIN_TYPE on class CL_WCF_GMT_DOCK has no exception.
Method GET_TEMPLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_TEMPLATE | Value transfer | Type reference (TYPE) | WCF_GMT_NEXUS_NAME | WCF GMT Nexus Name Type | 20090116 |
Method GET_TEMPLATE on class CL_WCF_GMT_DOCK has no exception.
Method GET_XBCML_LINE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_LINE | Value transfer | Type reference (TYPE) | CL_WCF_GMT_MODEL=>GS_DOCK | 20081107 |
Method GET_XBCML_LINE on class CL_WCF_GMT_DOCK has no exception.
Method IS_ATTACHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_ATTACHED | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20081014 |
Method IS_ATTACHED on class CL_WCF_GMT_DOCK has no exception.
Method IS_FIXED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_FIXED | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100803 |
Method IS_FIXED on class CL_WCF_GMT_DOCK has no exception.
Method IS_TEMPLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_TEMPLATE | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20090123 |
Method IS_TEMPLATE on class CL_WCF_GMT_DOCK has no exception.
Method SET_FIXED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_IS_FIXED | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20100803 |
Method SET_FIXED on class CL_WCF_GMT_DOCK has no exception.
Method SET_POSITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_POSITION | Call by reference | Type reference (TYPE) | WCF_GMT_NEXUS_POINT_NAME | WCF GMT Nexus Point Name | 20090709 |
Method SET_POSITION on class CL_WCF_GMT_DOCK has no exception.
Method SET_SKIN_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SKIN_TYPE | Call by reference | Type reference (TYPE) | STRING | 20081125 |
Method SET_SKIN_TYPE on class CL_WCF_GMT_DOCK has no exception.
Method SET_STATE_TEMPLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_IS_TEMPLATE | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20090123 |
Method SET_STATE_TEMPLATE on class CL_WCF_GMT_DOCK has no exception.
Method SET_TEMPLATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TEMPLATE | Call by reference | Type reference (TYPE) | WCF_GMT_NEXUS_NAME | WCF GMT Nexus Name Type | 20090116 |
Method SET_TEMPLATE on class CL_WCF_GMT_DOCK has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 700 |