Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvChartPickInteractor

IlvObject
   |
   +--IlvInteractor
      |
      +--IlvChartPickInteractor

Category:
Charts component
JavaScript File:
IlvChartPickInteractor.js
Description:
An interactor to perform item picking interactions on an IlvChart DHTML component.

Constructor Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Handles the 'down' events of the mouse.
 
pickPoint(xPos, yPos)
Processes the specified point on the server side.
Methods inherited from class IlvInteractor
getCursor, getMenuModelId, getMessage, getView, setCursor, setMenuModelId, setMessage, setView
Methods inherited from class IlvObject
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvChartPickInteractor
IlvChartPickInteractor(actionName)
Parameters:
actionName - The action name to set.
Method Detail
mouseDown
mouseDown(e)
Handles the 'down' events of the mouse.
Parameters:
e - The mouse event.

pickPoint
pickPoint(xPos, yPos)
Processes the specified point on the server side.
Parameters:
xPos - The x-coordinate.
yPos - The y-coordinate.

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