IlvFacesMapRectInteractorProxy

IlvObject
  |
  +--IlvPropertyStateManager
       |
       +--IlvFacesProxy
            |
            +--IlvInteractorProxy
                 |
                 +--IlvDragRectInteractorProxy
                      |
                      +--IlvFacesMapRectInteractorProxy
Category:
Framework JSF component
JavaScript File:
IlvFacesMapRectInteractorProxy.js
Description:
The IlvFacesMapRectInteractorProxy is the proxy that handles an IlvMapRectInteractor DHTML object.

Constructor Summary
IlvFacesMapRectInteractorProxy(clientId, refNodeId)

Method Summary
getActionName()
Returns the action name.
setActionName(actionName)
Sets the action name.

Constructor Detail

IlvFacesMapRectInteractorProxy

IlvFacesMapRectInteractorProxy(clientId, refNodeId)
Creates an instance of IlvFacesMapRectInteractorProxy.

Method Detail

getActionName

getActionName()
Returns the action name. To implement the action on the server side, you will have to implement a subclass of ServerActionListener on the server side.
Returns:
The action name.

setActionName

setActionName(actionName)
Sets the action name. To implement the action on the server side, you will have to implement a subclass of ServerActionListener on the server side.
Parameters:
actionName - The action name to set.

Inherited Methods from IlvDragRectInteractorProxy
getLineColor, getLineWidth, setLineColor, setLineWidth
Inherited Methods from IlvInteractorProxy
getCursor, getMenuModelId, getMessage, setCursor, setMenuModelId, setMessage
Inherited Methods from IlvFacesProxy
getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setReferenceNode, toHTML
Inherited Methods from IlvPropertyStateManager
getClientId, notify
Inherited Methods from IlvObject
callDispose, dispose, getClassName, hashCode, inherits, instanceOf, invoke, registerDispose, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility