Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvFacesMapInteractorProxy

IlvObject
   |
   +--IlvPropertyStateManager
      |
      +--IlvFacesProxy
         |
         +--IlvInteractorProxy
            |
            +--IlvFacesMapInteractorProxy

Category:
Framework JSF component
JavaScript File:
IlvFacesMapInteractorProxy.js
Description:
The IlvFacesMapInteractorProxy is the proxy that handles an IlvMapInteractor DHTML object.

Constructor Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Returns the action name.
 
setActionName(actionName)
Sets the action name.
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
IlvFacesMapInteractorProxy
IlvFacesMapInteractorProxy(clientId)
Parameters:
clientId - The id used to identify the proxy.
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.