Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class 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
Constructor Attributes Constructor Name and Description
 
IlvFacesMapRectInteractorProxy(clientId, refNodeId)
Method Summary
Method Attributes Method Name and Description
 
Returns the action name.
 
setActionName(actionName)
Sets the action name.
Methods inherited from class IlvDragRectInteractorProxy
getLineColor, getLineWidth, setLineColor, setLineWidth
Methods inherited from class IlvInteractorProxy
getCursor, getMenuModelId, getMessage, setCursor, setMenuModelId, setMessage
Methods inherited from class IlvFacesProxy
dispose, getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setPageIdSupport, setReferenceNode, toHTML
Methods inherited from class IlvPropertyStateManager
getClientId, notify
Methods inherited from class IlvObject
getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvFacesMapRectInteractorProxy
IlvFacesMapRectInteractorProxy(clientId, refNodeId)
Parameters:
clientId - The id used to identify the proxy.
refNodeId - The id of parent node.
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.

©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.