IltFacesGraphInteractorProxy

IlvObject
  |
  +--IlvPropertyStateManager
       |
       +--IlvFacesProxy
            |
            +--IlvInteractorProxy
                 |
                 +--IlvDragRectInteractorProxy
                      |
                      +--IltFacesGraphInteractorProxy
Category:
TGO JSF component
JavaScript File:
IltFacesGraphInteractorProxy.js
Description:
The client side abstraction that represents an ilog.tgo.faces.graph.dhtml.interactor.IltFacesGraphInteractor associated with one of the Faces TGO graph components' view.

Since:
JViews 7.5


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

IltFacesGraphInteractorProxy(clientId, formId)
Creates an instance of IltFacesGraphInteractorProxy.

Method Detail

getActionListener

getActionListener()
Gets the method binding expression that will be invoked on an action event, when the interaction is performed.
Returns:
The method binding expression.

getActionName

getActionName()
Returns the action name used to identify this interaction. It is used only when invocationContext is set to IMAGE_SERVLET_CONTEXT.
Returns:
The action name.

getAutoSubmit

getAutoSubmit()
Returns the auto submit mode. If true, this interactor will submit the enclosed form right after the interaction (mouse up).
Returns:
The auto submit mode, default is true

getInvocationContext

getInvocationContext()
Returns the context in which the value change listener attached to this interactor will be invoked. Valid values are:
Returns:
The invocation context.

performInteraction

performInteraction(params)
Performs the interaction. The enclosed form object (if any) will be submitted if autoSubmit is true.
Parameters:
params - An object array containing the interaction information.

setActionListener

setActionListener(methodRef)
Sets the method binding expression that will be invoked on an action event, when the interaction is performed. This property is used in client mode only.
Parameters:
methodRef - The method binding to be set.

setActionName

setActionName(actionName)
Sets the action name used to identify this interaction. It is used only when invocationContext is set to IMAGE_SERVLET_CONTEXT.
Parameters:
actionName - The action name to be set.

setAutoSubmit

setAutoSubmit(autoSubmit)
Sets the auto submit mode. If true, this interactor will submit the enclosed form right after the interaction (mouse up).
Parameters:
autoSubmit - The auto submit mode to be set.

setInvocationContext

setInvocationContext(invocationContext)
Sets the context in which the value change listener attached to this interactor will be invoked. Valid values are:
Parameters:
invocationContext - The invocation context to be set.

Inherited Methods from IlvDragRectInteractorProxy
getLineColor, getLineWidth, setLineColor, setLineWidth
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