IlvMapInteractor

IlvObject
  |
  +--IlvInteractor
       |
       +--IlvMapInteractor
Category:
Graphics Framework component
JavaScript File:
IlvMapInteractor.js
Description:
IlvMapInteractor is an interactor that lets you select a point on the IlvView to perform an action on the server. The action is specified by a name that can be set by setActionName. Once the interactor has been installed on the view, when the user clicks on the image, a new request is sent to the server with additional parameters. To implement the action on the server side, you will have to implement a subclass of ServerActionListener on the server side.

Constructor Summary
IlvMapInteractor(actionName)

Method Summary
getActionName()
Returns the name of the action to perform on the server side.
setActionName(actionName)
Changes the name of the action to perform on the server side.

Constructor Detail

IlvMapInteractor

IlvMapInteractor(actionName)
Creates an instance of IlvMapInteractor.

Method Detail

getActionName

getActionName()
Returns the name of the action to perform on the server side.

setActionName

setActionName(actionName)
Changes the name of the action to perform on the server side.

Inherited Methods from IlvInteractor
getCursor, getMenuModelId, getMessage, getView, setCursor, setMenuModelId, setMessage, setView
Inherited Methods from IlvObject
callDispose, dispose, getClassName, hashCode, inherits, instanceOf, invoke, registerDispose, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility