Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvChartZoomInteractorProxy

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

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

Constructor Summary
Constructor Attributes Constructor Name and Description
 
IlvChartZoomInteractorProxy(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.
 
setXZoomAllowed(allowed)
Sets whether a zoom along the y-axis is allowed.
 
setYZoomAllowed(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
IlvChartZoomInteractorProxy
IlvChartZoomInteractorProxy(clientId, actionName)
Parameters:
clientId
actionName
Method Detail
isXZoomAllowed
isXZoomAllowed()
Returns a Boolean indicating whether a zoom along the x-axis is allowed.

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

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

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

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