| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvPropertyStateManager
|
+--IlvFacesProxy
|
+--IlvInteractorProxy
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(clientId)
| Method Detail |
getCursor()
The - cursor to display.getMenuModelId()
getMessage()
setCursor(cursor)
The - cursor to display.setMenuModelId(modelId)
modelId - The menu model ID.setMessage(message)
message - The message to display.| Inherited Methods from IlvFacesProxy |
| Inherited Methods from IlvPropertyStateManager |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |