SAP ABAP Class CL_WCF_GMT_DRAGGABLE_COMPONENT (WCF GMT Nexus Base Modeling 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 20080929
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WCF_GMT_BASE_PANE WCF GMT Nexus Abstract Pane 20080925
2 Inheritance (c INHERITING FROM c_ref)  CL_WCF_GMT_MODELING_COMPONENT WCF GMT Nexus Based Component 20080925
Properties
Class CL_WCF_GMT_DRAGGABLE_COMPONENT  
Short Description WCF GMT Nexus Base Modeling 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)
Interfaces
Class CL_WCF_GMT_DRAGGABLE_COMPONENT has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_WCF_GMT_DATA_MODEL 20081027 WCF GMT Nexus Data Model - load/build NDL
2 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_DC_HEIGHT Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'height' WCF GMT Nexus Name Type 20081109
2 GC_DC_HEIGHT_OFFSET Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'heightOffset' WCF GMT Nexus Name Type 20100901
3 GC_DC_TYPE Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'type' WCF GMT Nexus Name Type 20081118
4 GC_DC_WIDTH Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'width' WCF GMT Nexus Name Type 20081109
5 GC_DC_WIDTH_OFFSET Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'widthOffset' WCF GMT Nexus Name Type 20100901
6 GV_HEIGHT Instance attribute Private Type reference (TYPE) WCF_GMT_NEXUS_PIX_LENGTH WCF GMT Nexus Pixel Length Type 20081103
7 GV_HEIGHT_OFFSET Instance attribute Private Type reference (TYPE) I 0 WCF GMT Nexus Pixel Length Type 20100831
8 GV_INIT_ATTR Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20081109
9 GV_WIDTH Instance attribute Private Type reference (TYPE) WCF_GMT_NEXUS_PIX_LENGTH WCF GMT Nexus Pixel Length Type 20080929
10 GV_WIDTH_OFFSET Instance attribute Private Type reference (TYPE) I 0 WCF GMT Nexus Pixel Length Type 20100831
Methods
# Method Level Visibility Method type Description Created on
1 CALCULATE_OFFSET Instance method Protected Method 20100831
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081109
3 GET_HEIGHT Instance method Public Method 20081103
4 GET_HEIGHT_OFFSET Instance method Public Method 20100831
5 GET_WIDTH Instance method Public Method 20081020
6 GET_WIDTH_OFFSET Instance method Public Method 20100831
7 INIT_ATTRIBUTE_LIST Instance method Private Method 20081109
8 SET_HEIGHT Instance method Public Method 20081103
9 SET_HEIGHT_OFFSET Instance method Public Method 20100831
10 SET_WIDTH Instance method Public Method 20081020
11 SET_WIDTH_OFFSET Instance method Public Method 20100831
Events
Class CL_WCF_GMT_DRAGGABLE_COMPONENT has no event.
Types
Class CL_WCF_GMT_DRAGGABLE_COMPONENT has no local type.
Method Signatures

Method CALCULATE_OFFSET Signature

Method CALCULATE_OFFSET on class CL_WCF_GMT_DRAGGABLE_COMPONENT has no parameter.
Method CALCULATE_OFFSET on class CL_WCF_GMT_DRAGGABLE_COMPONENT 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 20081119
2 Importing IV_CONTEXT_MENU_ID Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ID WCF GMT Nexus ID Type 20081109
3 Importing IV_DRAGGABLE Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081109
4 Importing IV_EDITABLE Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081109
5 Importing IV_HEIGHT Call by reference Type reference (TYPE) WCF_GMT_NEXUS_PIX_LENGTH WCF GMT Nexus Pixel Length Type 20081109
6 Importing IV_ID Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ID WCF GMT Nexus ID Type 20081109
7 Importing IV_LABEL Call by reference Type reference (TYPE) STRING 20081109
8 Importing IV_ON_DROP Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081109
9 Importing IV_STATE Call by reference Type reference (TYPE) WCF_GMT_NEXUS_NAME WCF GMT Nexus Name Type 20081109
10 Importing IV_STYLE Call by reference Type reference (TYPE) STRING 20081109
11 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING 20081109
12 Importing IV_VISIBLE Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081109
13 Importing IV_WIDTH Call by reference Type reference (TYPE) WCF_GMT_NEXUS_PIX_LENGTH WCF GMT Nexus Pixel Length Type 20081109
14 Importing IV_X Call by reference Type reference (TYPE) I 20081109
15 Importing IV_Y Call by reference Type reference (TYPE) I 20081109
16 Importing IV_Z Call by reference Type reference (TYPE) I 20081109
# Exception Resumable Description Created on
1 CX_WCF_GMT_MODEL WCF GMT Based Nexus Exception 20081109

Method GET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HEIGHT Value transfer Type reference (TYPE) WCF_GMT_NEXUS_PIX_LENGTH WCF GMT Nexus Pixel Length Type 20081103

Method GET_HEIGHT on class CL_WCF_GMT_DRAGGABLE_COMPONENT has no exception.

Method GET_HEIGHT_OFFSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_HEIGHT_OFFSET Value transfer Type reference (TYPE) I 20100831

Method GET_HEIGHT_OFFSET on class CL_WCF_GMT_DRAGGABLE_COMPONENT has no exception.

Method GET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WIDTH Value transfer Type reference (TYPE) WCF_GMT_NEXUS_PIX_LENGTH WCF GMT Nexus Pixel Length Type 20081020

Method GET_WIDTH on class CL_WCF_GMT_DRAGGABLE_COMPONENT has no exception.

Method GET_WIDTH_OFFSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WIDTH_OFFSET Value transfer Type reference (TYPE) I 20100831

Method GET_WIDTH_OFFSET on class CL_WCF_GMT_DRAGGABLE_COMPONENT has no exception.

Method INIT_ATTRIBUTE_LIST Signature

Method INIT_ATTRIBUTE_LIST on class CL_WCF_GMT_DRAGGABLE_COMPONENT has no parameter.
Method INIT_ATTRIBUTE_LIST on class CL_WCF_GMT_DRAGGABLE_COMPONENT has no exception.

Method SET_HEIGHT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HEIGHT Call by reference Type reference (TYPE) WCF_GMT_NEXUS_PIX_LENGTH WCF GMT Nexus Pixel Length Type 20081103

Method SET_HEIGHT on class CL_WCF_GMT_DRAGGABLE_COMPONENT has no exception.

Method SET_HEIGHT_OFFSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_HEIGHT_OFFSET Call by reference Type reference (TYPE) I 0 20100831

Method SET_HEIGHT_OFFSET on class CL_WCF_GMT_DRAGGABLE_COMPONENT has no exception.

Method SET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WIDTH Call by reference Type reference (TYPE) WCF_GMT_NEXUS_PIX_LENGTH WCF GMT Nexus Pixel Length Type 20081020

Method SET_WIDTH on class CL_WCF_GMT_DRAGGABLE_COMPONENT has no exception.

Method SET_WIDTH_OFFSET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WIDTH_OFFSET Call by reference Type reference (TYPE) I 0 20100831

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