SAP ABAP Class CL_WCF_GMT_BENT_CONNECTOR (WCF GMT Nexus Bent Connector)
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_CONNECTOR WCF GMT Nexus Connector Element 20080930
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WCF_GMT_STATEFUL_CONNECTOR WCF GMT Nexus Stateful Connector 20081116
Properties
Class CL_WCF_GMT_BENT_CONNECTOR  
Short Description WCF GMT Nexus Bent Connector    
Super Class CL_WCF_GMT_CONNECTOR WCF GMT Nexus Connector Element 
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 20080930   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_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_WCF_GMT_BENT_CONNECTOR has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_WCF_GMT_ANCHOR 20081124 WCF GMT Nexus Anchor Component
2 CL_WCF_GMT_DATA_MODEL 20081118 WCF GMT Nexus Data Model - load/build NDL
3 CL_WCF_GMT_DOCK 20081124 WCF GMT Nexus Dock Element
4 CL_WCF_GMT_MODEL 20081117 WCF GMT Model Structure API
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_BC_DRAG_SEGMENTS Constant Public Type reference (TYPE) STRING 'dragSegments' 20100726
2 GC_BC_SELF_ROUTING Constant Public Type reference (TYPE) STRING 'selfRouting' 20090930
3 GC_BENT_CONNECTOR Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'bentConnector' WCF GMT Nexus Name Type 20081124
4 GV_DRAG_SEGMENTS Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20100726
5 GV_SELF_ROUTING Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20090930
6 GV_SELF_ROUTING_TYPE Instance attribute Private Type reference (TYPE) STRING CL_WCF_GMT_CONSTANTS=>GC_SELF_ROUTING_AUTO 20100823
Methods
# Method Level Visibility Method type Description Created on
1 CLEAN_DOCKS Instance method Public Method 20100823
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20090713
3 GET_SELF_ROUTING_TYPE Instance method Public Method 20100823
4 IS_DRAG_SEGMENTS Instance method Public Method 20100726
5 IS_SELF_ROUTING Instance method Public Method 20090930
6 SET_DRAG_SEGMENTS Instance method Public Method 20100726
7 SET_SELF_ROUTING Instance method Public Method 20090930
8 SET_SELF_ROUTING_TYPE Instance method Public Method 20100823
Events
Class CL_WCF_GMT_BENT_CONNECTOR has no event.
Types
Class CL_WCF_GMT_BENT_CONNECTOR has no local type.
Method Signatures

Method CLEAN_DOCKS Signature

Method CLEAN_DOCKS on class CL_WCF_GMT_BENT_CONNECTOR has no parameter.
Method CLEAN_DOCKS on class CL_WCF_GMT_BENT_CONNECTOR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MODEL Call by reference Object reference (TYPE REF TO) CL_WCF_GMT_MODEL WCF GMT Model Structure 20090713
2 Importing IV_CONTEXT_MENU_ID Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ID WCF GMT Nexus ID Type 20090713
3 Importing IV_DETAILS Call by reference Type reference (TYPE) STRING 20090713
4 Importing IV_DRAGGABLE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090713
5 Importing IV_EDITABLE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090713
6 Importing IV_HEIGHT Call by reference Type reference (TYPE) WCF_GMT_NEXUS_PIX_LENGTH '50px' WCF GMT Nexus Pixel Length Type 20090713
7 Importing IV_ID Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ID WCF GMT Nexus ID Type 20090713
8 Importing IV_IS_TEMPLATE Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20090713
9 Importing IV_LABEL Call by reference Type reference (TYPE) STRING 20090713
10 Importing IV_ON_CLICK Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20090713
11 Importing IV_ON_DOUBLE_CLICK Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20090713
12 Importing IV_ON_DROP Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20090713
13 Importing IV_ON_HOVER Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20090713
14 Importing IV_SELECTABLE Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20090713
15 Importing IV_SELECTED Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20090713
16 Importing IV_STATE Call by reference Type reference (TYPE) WCF_GMT_NEXUS_NAME WCF GMT Nexus Name Type 20090713
17 Importing IV_STYLE Call by reference Type reference (TYPE) STRING 20090713
18 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING 20090713
19 Importing IV_VISIBLE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090713
20 Importing IV_WIDTH Call by reference Type reference (TYPE) WCF_GMT_NEXUS_PIX_LENGTH '50px' WCF GMT Nexus Pixel Length Type 20090713
21 Importing IV_X Call by reference Type reference (TYPE) I 20090713
22 Importing IV_Y Call by reference Type reference (TYPE) I 20090713
23 Importing IV_Z Call by reference Type reference (TYPE) I 20090713
# Exception Resumable Description Created on
1 CX_WCF_GMT_MODEL WCF GMT Based Nexus Exception 20090713

Method GET_SELF_ROUTING_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SELF_ROUTING_TYPE Value transfer Type reference (TYPE) STRING 20100823

Method GET_SELF_ROUTING_TYPE on class CL_WCF_GMT_BENT_CONNECTOR has no exception.

Method IS_DRAG_SEGMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_DRAG_SEGMENTS Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100726

Method IS_DRAG_SEGMENTS on class CL_WCF_GMT_BENT_CONNECTOR has no exception.

Method IS_SELF_ROUTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_SELF_ROUTING Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090930

Method IS_SELF_ROUTING on class CL_WCF_GMT_BENT_CONNECTOR has no exception.

Method SET_DRAG_SEGMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_DRAG_SEGMENTS Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100726

Method SET_DRAG_SEGMENTS on class CL_WCF_GMT_BENT_CONNECTOR has no exception.

Method SET_SELF_ROUTING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IS_SELF_ROUTING Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20090930

Method SET_SELF_ROUTING on class CL_WCF_GMT_BENT_CONNECTOR has no exception.

Method SET_SELF_ROUTING_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SELF_ROUTING_TYPE Call by reference Type reference (TYPE) STRING CL_WCF_GMT_CONSTANTS=>GC_SELF_ROUTING_AUTO 20100823

Method SET_SELF_ROUTING_TYPE on class CL_WCF_GMT_BENT_CONNECTOR has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700