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.
|
Method Summary |
getActionName()
Returns the action name. |
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. |
IlvFacesMapInteractorProxy
IlvFacesMapInteractorProxy(clientId)
- Creates an instance of IlvFacesMapInteractorProxy.
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 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