Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvInteractorProxy

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

Category:
Framework 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
Constructor Attributes Constructor Name and Description
 
IlvInteractorProxy(clientId)
Method Summary
Method Attributes Method Name and Description
 
getCursor(The)
Sets the cursor displayed by the view when this interactor is set on it.
 
Returns the ID used during the dynamic generation of contextual menus.
 
Returns the message displayed by the view when this interactor is set on it.
 
setCursor(The)
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.
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
IlvInteractorProxy
IlvInteractorProxy(clientId)
Parameters:
clientId
Method Detail
getCursor
getCursor(The)
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(The)
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.

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