IlvInteractorProxy

IlvObject
  |
  +--IlvPropertyStateManager
       |
       +--IlvFacesProxy
            |
            +--IlvInteractorProxy
Category:
Framework JSF component
JavaScript File:
IlvInteractorProxy.js
Description:
The IlvInteractorProxy is the base class for interactor proxies. This class is abstract: you must subclass it and call setObject to use it.

Constructor Summary
IlvInteractorProxy(clientId)

Method Summary
getCursor()
Sets the cursor displayed by the view when this interactor is set on it.
getMenuModelId()
Returns the ID used during the dynamic generation of contextual menus.
getMessage()
Returns the message displayed by the view when this interactor is set on it.
setCursor(cursor)
Sets the cursor displayed by the view when this interactor is set on it.
setMenuModelId(modelId)
Sets the ID used during the dynamic generation of contextual menus.
setMessage(message)
Sets the message displayed by the view when this interactor is set on it.

Constructor Detail

IlvInteractorProxy

IlvInteractorProxy(clientId)
Creates an instance of IlvInteractorProxy.

Method Detail

getCursor

getCursor()
Sets the cursor displayed by the view when this interactor is set on it.
Parameters:
The - cursor to display.

getMenuModelId

getMenuModelId()
Returns the ID used during the dynamic generation of contextual menus.
Returns:
The menu model ID.

getMessage

getMessage()
Returns the message displayed by the view when this interactor is set on it.
Returns:
The message displayed by the view when this interactor is set on it.

setCursor

setCursor(cursor)
Sets the cursor displayed by the view when this interactor is set on it.
Parameters:
The - cursor to display.

setMenuModelId

setMenuModelId(modelId)
Sets the ID used during the dynamic generation of contextual menus.
Parameters:
modelId - The menu model ID.

setMessage

setMessage(message)
Sets the message displayed by the view when this interactor is set on it.
Parameters:
message - The message to display.

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