Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvChartSelectInteractorProxy

IlvObject
   |
   +--IlvPropertyStateManager
      |
      +--IlvFacesProxy
         |
         +--IlvInteractorProxy
            |
            +--IlvObjectSelectInteractorProxy
               |
               +--IlvChartSelectInteractorProxy

Category:
Charts JSF component
JavaScript File:
IlvChartSelectInteractorProxy.js
Description:
The IlvChartSelectInteractorProxy is a proxy that manages a select interactor to pick point on the attached chart view.

Constructor Summary
Constructor Attributes Constructor Name and Description
 
IlvChartSelectInteractorProxy(clientId, formId)
Method Summary
Method Attributes Method Name and Description
 

Returns the picking mode.

 

Returns the picking mode.

 
setMode(mode)

Sets the picking mode.

 

Sets the picking mode.

Methods inherited from class IlvObjectSelectInteractorProxy
getAutoSubmit, getInvocationContext, getObjectSelectedFinder, getPartialSubmit, performSelect, setAutoSubmit, setInvocationContext, setObjectSelectedFinder, setPartialSubmit, setValueChangeListener
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
IlvChartSelectInteractorProxy
IlvChartSelectInteractorProxy(clientId, formId)
Parameters:
clientId
formId
Method Detail
getMode
getMode()

Returns the picking mode.

The picking mode defines how a point is retrieved.

The default value is NEAREST_POINT.

Deprecated:
replace with getPickingMode method.
Returns:
The picking mode.

getPickingMode
getPickingMode()

Returns the picking mode.

The picking mode defines how a point is retrieved.

The default value is NEAREST_POINT.

Returns:
The picking mode.

setMode
setMode(mode)

Sets the picking mode.

The picking mode defines how a point is retrieved. Possible values are: NEAREST_POINT, NEAREST_ITEM, ITEM.

The default value is NEAREST_POINT.

Parameters:
mode - The picking mode to set.
Deprecated:
replace with setPickingMode method.

setPickingMode
setPickingMode(mode)

Sets the picking mode.

The picking mode defines how a point is retrieved. Possible values are: NEAREST_POINT, NEAREST_ITEM, ITEM.

The default value is NEAREST_POINT.

Parameters:
mode - The picking mode to set.

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