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.
|
|
Sets the action name.
|
Methods inherited from class IlvFacesProxydispose, getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setPageIdSupport, setReferenceNode, toHTML |
Methods inherited from class IlvObjectgetClassName, 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.