Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvChartPanInteractorProxy

IlvObject
   |
   +--IlvPropertyStateManager
      |
      +--IlvFacesProxy
         |
         +--IlvInteractorProxy
            |
            +--IlvDragRectInteractorProxy
               |
               +--IlvChartPanInteractorProxy

Category:
Charts JSF component
JavaScript File:
IlvChartPanInteractorProxy.js
Description:
The IlvChartPanInteractorProxy is the proxy that handles an IlvChartPanInteractor DHTML object.

Constructor Summary
Constructor Attributes Constructor Name and Description
 
IlvChartPanInteractorProxy(clientId, actionName)
Method Summary
Method Attributes Method Name and Description
 
Returns a Boolean indicating whether a zoom along the x-axis is allowed.
 
Returns a Boolean indicating whether a zoom along the y-axis is allowed.
 
setXPanAllowed(allowed)
Sets whether a zoom along the y-axis is allowed.
 
setYPanAllowed(allowed)
Sets whether a zoom along the y-axis is allowed.
Methods inherited from class IlvDragRectInteractorProxy
getLineColor, getLineWidth, setLineColor, setLineWidth
Methods inherited from class IlvInteractorProxy
getCursor, getMenuModelId, getMessage, setCursor, setMenuModelId, setMessage
Methods inherited from class IlvFacesProxy
dispose, getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setPageIdSupport, setReferenceNode, toHTML
Methods inherited from class IlvPropertyStateManager
getClientId, notify
Methods inherited from class IlvObject
getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvChartPanInteractorProxy
IlvChartPanInteractorProxy(clientId, actionName)
Parameters:
clientId
actionName
Method Detail
isXPanAllowed
isXPanAllowed()
Returns a Boolean indicating whether a zoom along the x-axis is allowed.

isYPanAllowed
isYPanAllowed()
Returns a Boolean indicating whether a zoom along the y-axis is allowed.

setXPanAllowed
setXPanAllowed(allowed)
Sets whether a zoom along the y-axis is allowed.
Parameters:
allowed

setYPanAllowed
setYPanAllowed(allowed)
Sets whether a zoom along the y-axis is allowed.
Parameters:
allowed

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