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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_WCF_GMT_DOCK Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_WCF_GMT_MODEL 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 GC_DEFAULT_CONNECTOR_SKIN Constant Public Type reference (TYPE) STRING 'wayPoint' 20081126
2 GC_DEFAULT_SHAPE_SKIN Constant Public Type reference (TYPE) STRING 'diamond' 20081126
3 GC_DOCK Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'dock' WCF GMT Nexus Name Type 20081124
4 GC_DOCK_SKIN_TYPE Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'skinType' WCF GMT Nexus Name Type 20081125
5 GC_D_FIXED Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'fixed' WCF GMT Nexus Name Type 20100803
6 GC_D_POSITION Static Attribute Public Type reference (TYPE) STRING 'position' 20090709
7 GC_D_TEMPLATE Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'template' WCF GMT Nexus Name Type 20090116
8 GC_RFM_DEF_SHAPE_SKIN Constant Public Type reference (TYPE) STRING 'circle' 20081126
9 GR_COMPONENT Instance attribute Private Object reference (TYPE REF TO) CL_WCF_GMT_MODELING_COMPONENT WCF GMT Base Shape Element 20081107
10 GT_ANCHORS Instance attribute Protected Type reference (TYPE) CL_WCF_GMT_DOCK=>TT_ANCHORS WCF GMT Nexus Anchor Component 20081014
11 GV_DOCK_NAME Instance attribute Private Type reference (TYPE) WCF_GMT_NEXUS_POINT_NAME WCF GMT Nexus Point Name 20081014
12 GV_FIXED Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20100803
13 GV_IS_TEMPLATE Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20090123
14 GV_POSITION Instance attribute Private Type reference (TYPE) WCF_GMT_NEXUS_POINT_NAME WCF GMT Nexus Point Name 20090709
15 GV_SKIN_TYPE Instance attribute Private Type reference (TYPE) STRING WCF GMT Nexus Name Type 20081125
16 GV_TEMPLATE Instance attribute Private Type reference (TYPE) WCF_GMT_NEXUS_NAME WCF GMT Nexus Name Type 20090116
Methods
# Method Level Visibility Method type Description Created on
1 ATTACH_ANCHOR Instance method Protected Method 20081014
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081014
3 DETACH Instance method Protected Method 20081014
4 GET_ANCHORS Instance method Public Method 20090123
5 GET_COMPONENT Instance method Public Method 20081107
6 GET_NAME Instance method Public Method 20081014
7 GET_POSITION Instance method Public Method 20090709
8 GET_SKIN_TYPE Instance method Public Method 20081125
9 GET_TEMPLATE Instance method Public Method 20090116
10 GET_XBCML_LINE Instance method Protected Method 20081107
11 IS_ATTACHED Instance method Public Method 20081014
12 IS_FIXED Instance method Public Method 20100803
13 IS_TEMPLATE Instance method Public Method check if this dock is part of template 20090123
14 SET_FIXED Instance method Public Method 20100803
15 SET_POSITION Instance method Public Method 20090709
16 SET_SKIN_TYPE Instance method Public Method 20081125
17 SET_STATE_TEMPLATE Instance method Public Method set if this dock is a part of a template 20090123
18 SET_TEMPLATE Instance method Public Method 20090116
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 Importing 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 Importing IR_COMPONENT Call by reference Object reference (TYPE REF TO) CL_WCF_GMT_MODELING_COMPONENT WCF GMT Base Shape Element 20081107
2 Importing IV_DOCK_NAME Call by reference Type reference (TYPE) WCF_GMT_NEXUS_POINT_NAME WCF GMT Nexus Point Name 20081014
3 Importing IV_DRAGGABLE Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081014
4 Importing IV_EDITABLE Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081014
5 Importing IV_ID Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ID WCF GMT Nexus ID Type 20081014
6 Importing IV_LABEL Call by reference Type reference (TYPE) STRING 20081014
7 Importing IV_POSITION Call by reference Type reference (TYPE) WCF_GMT_NEXUS_POINT_NAME WCF GMT Nexus Point Name 20090709
8 Importing IV_STYLE Call by reference Type reference (TYPE) STRING 20081014
9 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING 20081014
10 Importing IV_VISIBLE Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081014
11 Importing IV_X Call by reference Type reference (TYPE) I -1 20081014
12 Importing IV_Y Call by reference Type reference (TYPE) I -1 20081014
# Exception Resumable Description Created on
1 CX_WCF_GMT_MODEL WCF GMT Based Nexus Exception 20081014

Method DETACH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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