| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvPropertyStateManager
|
+--IlvFacesProxy
|
+--IlvInteractorProxy
|
+--IlvDragRectInteractorProxy
|
+--IltFacesGraphInteractorProxy
ilog.tgo.faces.graph.dhtml.interactor.IltFacesGraphInteractor
associated with one of the Faces TGO graph components' view.
| Constructor Summary | |
|---|---|
IltFacesGraphInteractorProxy(clientId, formId)
|
|
| Method Summary | |
|---|---|
getActionListener()
Gets the method binding expression that will be invoked on an action event, when the interaction is performed. |
|
getActionName()
Returns the action name used to identify this interaction. |
|
getAutoSubmit()
Returns the auto submit mode. |
|
getInvocationContext()
Returns the context in which the value change listener attached to this interactor will be invoked. |
|
performInteraction(params)
Performs the interaction. |
|
setActionListener(methodRef)
Sets the method binding expression that will be invoked on an action event, when the interaction is performed. |
|
setActionName(actionName)
Sets the action name used to identify this interaction. |
|
setAutoSubmit(autoSubmit)
Sets the auto submit mode. |
|
setInvocationContext(invocationContext)
Sets the context in which the value change listener attached to this interactor will be invoked. |
|
| Constructor Detail |
IltFacesGraphInteractorProxy(clientId, formId)
| Method Detail |
getActionListener()
getActionName()
invocationContext is set to
IMAGE_SERVLET_CONTEXT. getAutoSubmit()
true, this interactor will submit the enclosed form
right after the interaction (mouse up). truegetInvocationContext()
performInteraction(params)
true. params - An object array containing the interaction information.setActionListener(methodRef)
methodRef - The method binding to be set.setActionName(actionName)
invocationContext is set to IMAGE_SERVLET_CONTEXT. actionName - The action name to be set.setAutoSubmit(autoSubmit)
true, this interactor will submit the enclosed form
right after the interaction (mouse up). autoSubmit - The auto submit mode to be set.setInvocationContext(invocationContext)
invocationContext - The invocation context to be set.| Inherited Methods from IlvDragRectInteractorProxy |
| Inherited Methods from IlvInteractorProxy |
| Inherited Methods from IlvFacesProxy |
| Inherited Methods from IlvPropertyStateManager |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |