Class 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.
Constructor Summary
Constructor Attributes |
Constructor Name and Description |
|
|
Method Summary
Method Attributes |
Method Name and Description |
|
Returns the name of the action to perform on the server side.
|
|
Changes the name of the action to perform on the server side.
|
Methods inherited from class IlvDragRectangleInteractoraddRectangleDraggedListener, getColor, getLineWidth, getRectangle, getXYRatio, onmousedown, onmousemove, onmouseup, removeRectangleDraggedListener, setColor, setLineWidth, setXYRatio, startDragging, stopDragging, whileDragging |
Methods inherited from class IlvObjectdispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |
Constructor Detail
IlvMapRectInteractor
IlvMapRectInteractor(actionName)
- Parameters:
-
actionName
- The name of the action.
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.
- Parameters:
-
actionName
- The action name to set.
©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.