SAP ABAP Class CL_WCF_GMT_TOOLBAR_ZOOM_SLIDER (WCF GMT Nexus Toolbar Zoom Slider)
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_TOOLBAR_ELEMENT WCF GMT Nexus Base Toolbar Element 20081015
Properties
Class CL_WCF_GMT_TOOLBAR_ZOOM_SLIDER  
Short Description WCF GMT Nexus Toolbar Zoom Slider    
Super Class CL_WCF_GMT_TOOLBAR_ELEMENT WCF GMT Nexus Base Toolbar 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 20081015   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_TOOLBAR_ZOOM_SLIDER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_WCF_GMT_MODEL_TOOLBAR 20081027 WCF GMT Nexus Toolbar Class
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ENABLED Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'enabled' WCF GMT Nexus Name Type 20090305
2 GC_ZS_LIVE_DRAGGING Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'liveDragging' WCF GMT Nexus Name Type 20081128
3 GC_ZS_ON_ZOOM Constant Public Type reference (TYPE) STRING 'onZoom' 20081120
4 GC_ZS_ON_ZOOM_PARAMETERS Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'onZoomParameters' WCF GMT Nexus Name Type 20090114
5 GC_ZS_TOOLTIP Constant Public Type reference (TYPE) WCF_GMT_NEXUS_NAME 'tooltip' WCF GMT Nexus Name Type 20090120
6 GC_ZS_ZOOM_SLIDER Constant Public Type reference (TYPE) WCF_GMT_NEXUS_COMPONENT_TYPE 'zoomSlider' WCF GMT Nexus Component Type 20081120
7 GV_ENABLED Instance attribute Public Type reference (TYPE) BOOLEAN ABAP_TRUE Boolean Variable (X=True, -=False, Space=Unknown) 20090305
8 GV_LIVE_DRAGGING Instance attribute Private Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20081128
9 GV_ON_ZOOM Instance attribute Private Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081027
10 GV_ON_ZOOM_PARAMETERS Instance attribute Private Type reference (TYPE) STRING 20090114
11 GV_TOOLTIP Instance attribute Private Type reference (TYPE) STRING 20090120
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081023
2 GET_ACTION_ON_ZOOM Instance method Public Method 20081027
3 GET_ENABLED Instance method Public Method 20090305
4 GET_LIVE_DRAGGING Instance method Public Method 20081128
5 GET_ON_ZOOM_PARAMETERS Instance method Public Method 20090114
6 GET_TOOLTIP Instance method Public Method 20090120
7 SET_ACTION_ON_ZOOM Instance method Public Method 20081027
8 SET_ENABLED Instance method Public Method 20090305
9 SET_LIVE_DRAGGING Instance method Public Method 20081128
10 SET_ON_ZOOM_PARAMETERS Instance method Public Method 20090114
11 SET_TOOLTIP Instance method Public Method 20090120
Events
Class CL_WCF_GMT_TOOLBAR_ZOOM_SLIDER has no event.
Types
Class CL_WCF_GMT_TOOLBAR_ZOOM_SLIDER 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 IV_ELEMENT_TYPE Call by reference Type reference (TYPE) WCF_GMT_NEXUS_COMPONENT_TYPE WCF GMT Nexus Component Type 20081023
2 Importing IV_ID Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ID WCF GMT Nexus ID Type 20081023
# Exception Resumable Description Created on
1 CX_WCF_GMT_MODEL WCF GMT Based Nexus Exception 20081023

Method GET_ACTION_ON_ZOOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ACTION_ON_ZOOM Value transfer Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081027

Method GET_ACTION_ON_ZOOM on class CL_WCF_GMT_TOOLBAR_ZOOM_SLIDER has no exception.

Method GET_ENABLED Signature

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

Method GET_ENABLED on class CL_WCF_GMT_TOOLBAR_ZOOM_SLIDER has no exception.

Method GET_LIVE_DRAGGING Signature

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

Method GET_LIVE_DRAGGING on class CL_WCF_GMT_TOOLBAR_ZOOM_SLIDER has no exception.

Method GET_ON_ZOOM_PARAMETERS Signature

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

Method GET_ON_ZOOM_PARAMETERS on class CL_WCF_GMT_TOOLBAR_ZOOM_SLIDER has no exception.

Method GET_TOOLTIP Signature

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

Method GET_TOOLTIP on class CL_WCF_GMT_TOOLBAR_ZOOM_SLIDER has no exception.

Method SET_ACTION_ON_ZOOM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ACTION_ON_ZOOM Call by reference Type reference (TYPE) WCF_GMT_NEXUS_ACTION_NAME WCF GMT Nexus Action Name Type 20081027

Method SET_ACTION_ON_ZOOM on class CL_WCF_GMT_TOOLBAR_ZOOM_SLIDER has no exception.

Method SET_ENABLED Signature

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

Method SET_ENABLED on class CL_WCF_GMT_TOOLBAR_ZOOM_SLIDER has no exception.

Method SET_LIVE_DRAGGING Signature

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

Method SET_LIVE_DRAGGING on class CL_WCF_GMT_TOOLBAR_ZOOM_SLIDER has no exception.

Method SET_ON_ZOOM_PARAMETERS Signature

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

Method SET_ON_ZOOM_PARAMETERS on class CL_WCF_GMT_TOOLBAR_ZOOM_SLIDER has no exception.

Method SET_TOOLTIP Signature

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

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