IlvObject | +--IlvInteractor | +--IlvMapInteractor
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 Attributes | Constructor Name and Description |
---|---|
IlvMapInteractor(actionName)
|
Method Attributes | Method Name and Description |
---|---|
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.
|
getCursor, getMenuModelId, getMessage, getView, setCursor, setMenuModelId, setMessage, setView |
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |