IlvMapRectInteractor
IlvObject
|
+--IlvInteractor
|
+--IlvDragRectangleInteractor
|
+--IlvMapRectInteractor
- Category:
-
Graphics Framework component
- JavaScript File:
-
IlvMapRectInteractor.js
- Description:
-
An
IlvMapRectInteractor is an interactor that lets you select
an area of 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 selects an area, 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.
|
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. |
IlvMapRectInteractor
IlvMapRectInteractor(actionName)
- Creates an instance of IlvMapRectInteractor.
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 IlvDragRectangleInteractor |
addRectangleDraggedListener, getColor, getLineWidth, getRectangle, getXYRatio, onmousedown, onmousemove, onmouseup, removeRectangleDraggedListener, setColor, setLineWidth, setXYRatio, startDragging, stopDragging, whileDragging| 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