Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvGanttTableScrollInteractor

IlvObject
   |
   +--IlvInteractor
      |
      +--IlvGanttTableScrollInteractor

Category:
Gantt Chart component
JavaScript File:
IlvGanttTableScrollInteractor.js
Description:
An IlvGanttTableScrollInteractor is an interactor that lets the user scroll the image in an IlvGanttTableView.

Constructor Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Handles mouse down events.
 
Handles mouse drag events.
 
mouseUp(e)
Handles mouse up events.
 
setView(view)
This method is automatically invoked when the interactor is installed.
Methods inherited from class IlvInteractor
getCursor, getMenuModelId, getMessage, getView, setCursor, setMenuModelId, setMessage
Methods inherited from class IlvObject
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvGanttTableScrollInteractor
IlvGanttTableScrollInteractor()
Method Detail
mouseDown
mouseDown(e)
Handles mouse down events.
Parameters:
e - The mouse event.

mouseDrag
mouseDrag(e)
Handles mouse drag events.
Parameters:
e - The mouse event.

mouseUp
mouseUp(e)
Handles mouse up events.
Parameters:
e - The mouse event.

setView
setView(view)
This method is automatically invoked when the interactor is installed.
Parameters:
view - The view to set.

©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.