SAP ABAP Class CL_WCF_GMT_MOUSE_POINTER_PANE (WCF GMT Nexus Mouse Pointer Pane)
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_BASE_PANE WCF GMT Nexus Abstract Pane 20081009
Properties
Class CL_WCF_GMT_MOUSE_POINTER_PANE  
Short Description WCF GMT Nexus Mouse Pointer Pane    
Super Class CL_WCF_GMT_BASE_PANE WCF GMT Nexus Abstract Pane 
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 20081009   SAP 
Last change 20100303   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_MOUSE_POINTER_PANE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 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_MOUSE_POINTER_PANE Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'mousePointerPane' WCF GMT Nexus Name Type 20081117
2 GC_MPP_ACTIVE_POINTER Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'activePointer' WCF GMT Nexus Name Type 20081111
3 GC_MPP_DISABLE_HAND Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'disableHand' WCF GMT Nexus Name Type 20081111
4 GC_MPP_DISABLE_POINTER Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'disablePointer' WCF GMT Nexus Name Type 20081111
5 GC_MPP_DISABLE_ZOOM_IN Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'disableZoomIn' WCF GMT Nexus Name Type 20081111
6 GC_MPP_DISABLE_ZOOM_OUT Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'disableZoomOut' WCF GMT Nexus Name Type 20081111
7 GV_ACTIVE_POINTER Instance attribute Protected Type reference (TYPE) STRING 20081111
8 GV_DISABLE_HAND Instance attribute Protected Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081111
9 GV_DISABLE_POINTER Instance attribute Protected Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081111
10 GV_DISABLE_ZOOM_IN Instance attribute Protected Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081111
11 GV_DISABLE_ZOOM_OUT Instance attribute Protected Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081111
12 GV_INIT_ATTR Instance attribute Private Type reference (TYPE) BOOLEAN ABAP_FALSE Boolean Variable (X=True, -=False, Space=Unknown) 20081111
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081111
2 GET_ACTIVE_POINTER Instance method Public Method 20081111
3 INIT_ATTRIBUTE_LIST Instance method Private Method 20081111
4 IS_DISABLE_HAND Instance method Public Method 20081111
5 IS_DISABLE_POINTER Instance method Public Method 20081111
6 IS_DISABLE_ZOOM_IN Instance method Public Method 20081111
7 IS_DISABLE_ZOOM_OUT Instance method Public Method 20081111
8 SET_ACTIVE_POINTER Instance method Public Method 20081111
9 SET_DISABLE_HAND Instance method Public Method 20081111
10 SET_DISABLE_POINTER Instance method Public Method 20081111
11 SET_DISABLE_ZOOM_IN Instance method Public Method 20081111
12 SET_DISABLE_ZOOM_OUT Instance method Public Method 20081111
Events
Class CL_WCF_GMT_MOUSE_POINTER_PANE has no event.
Types
Class CL_WCF_GMT_MOUSE_POINTER_PANE has no local type.
Method Signatures

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_ACTION_ON_CLOSE Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081111
3 Importing IV_ACTION_ON_COLLAPSE Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081111
4 Importing IV_ACTION_ON_DOCK Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081111
5 Importing IV_ACTION_ON_EXPAND Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081111
6 Importing IV_ACTION_ON_OPEN Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081111
7 Importing IV_ACTION_ON_RESIZE Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081111
8 Importing IV_ACTION_ON_UNDOCK Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081111
9 Importing IV_ACTIVE Call by reference Type reference (TYPE) BOOLEAN '-' WCF GMT Nexus Name Type 20081111
10 Importing IV_ACTIVE_POINTER Call by reference Type reference (TYPE) STRING 20081111
11 Importing IV_CLOSABLE Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081111
12 Importing IV_COLLAPSIBLE Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081111
13 Importing IV_CONTEXT_MENU_ID Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ID WCF GMT Nexus ID Type 20081111
14 Importing IV_DISABLE_HAND Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081111
15 Importing IV_DISABLE_POINTER Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081111
16 Importing IV_DISABLE_ZOOM_IN Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081111
17 Importing IV_DISABLE_ZOOM_OUT Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081111
18 Importing IV_DOCKABLE Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081111
19 Importing IV_DOCKED Call by reference Type reference (TYPE) BOOLEAN '-' 20081111
20 Importing IV_DRAGGABLE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081111
21 Importing IV_EDITABLE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081111
22 Importing IV_HEIGHT Call by reference Type reference (TYPE) WCF_GMT_NEXUS_PIX_LENGTH WCF GMT Nexus Pixel Length Type 20081111
23 Importing IV_ID Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ID WCF GMT Nexus ID Type 20081111
24 Importing IV_LABEL Call by reference Type reference (TYPE) STRING 20081111
25 Importing IV_ON_DROP Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081111
26 Importing IV_RESIZABLE Call by reference Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=True, -=False, Space=Unknown) 20081111
27 Importing IV_STATE Call by reference Type reference (TYPE) WCF_GMT_NEXUS_NAME WCF GMT Nexus Name Type 20081111
28 Importing IV_STYLE Call by reference Type reference (TYPE) STRING 20081111
29 Importing IV_TOOLTIP Call by reference Type reference (TYPE) STRING 20081111
30 Importing IV_VISIBLE Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081111
31 Importing IV_WIDTH Call by reference Type reference (TYPE) WCF_GMT_NEXUS_PIX_LENGTH WCF GMT Nexus Pixel Length Type 20081111
32 Importing IV_X Call by reference Type reference (TYPE) I 20081111
33 Importing IV_Y Call by reference Type reference (TYPE) I 20081111
34 Importing IV_Z Call by reference Type reference (TYPE) I 20081111
# Exception Resumable Description Created on
1 CX_WCF_GMT_MODEL WCF GMT Based Nexus Exception 20081111

Method GET_ACTIVE_POINTER Signature

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

Method GET_ACTIVE_POINTER on class CL_WCF_GMT_MOUSE_POINTER_PANE has no exception.

Method INIT_ATTRIBUTE_LIST Signature

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

Method IS_DISABLE_HAND Signature

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

Method IS_DISABLE_HAND on class CL_WCF_GMT_MOUSE_POINTER_PANE has no exception.

Method IS_DISABLE_POINTER Signature

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

Method IS_DISABLE_POINTER on class CL_WCF_GMT_MOUSE_POINTER_PANE has no exception.

Method IS_DISABLE_ZOOM_IN Signature

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

Method IS_DISABLE_ZOOM_IN on class CL_WCF_GMT_MOUSE_POINTER_PANE has no exception.

Method IS_DISABLE_ZOOM_OUT Signature

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

Method IS_DISABLE_ZOOM_OUT on class CL_WCF_GMT_MOUSE_POINTER_PANE has no exception.

Method SET_ACTIVE_POINTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTIVE_POINTER Call by reference Type reference (TYPE) STRING 20081111

Method SET_ACTIVE_POINTER on class CL_WCF_GMT_MOUSE_POINTER_PANE has no exception.

Method SET_DISABLE_HAND Signature

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

Method SET_DISABLE_HAND on class CL_WCF_GMT_MOUSE_POINTER_PANE has no exception.

Method SET_DISABLE_POINTER Signature

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

Method SET_DISABLE_POINTER on class CL_WCF_GMT_MOUSE_POINTER_PANE has no exception.

Method SET_DISABLE_ZOOM_IN Signature

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

Method SET_DISABLE_ZOOM_IN on class CL_WCF_GMT_MOUSE_POINTER_PANE has no exception.

Method SET_DISABLE_ZOOM_OUT Signature

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

Method SET_DISABLE_ZOOM_OUT on class CL_WCF_GMT_MOUSE_POINTER_PANE has no exception.
History
Last changed by/on SAP  20100303 
SAP Release Created in 701