IlvObject
|
+--IlvPropertyStateManager
|
+--IlvFacesProxy
|
+--IlvInteractorProxy
|
+--IlvDragRectInteractorProxy
|
+--IltFacesGraphInteractorProxy
ilog.tgo.faces.graph.dhtml.interactor.IltFacesGraphInteractor
associated with one of the Faces TGO graph components' view.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
IltFacesGraphInteractorProxy(clientId, formId)
|
| Method Attributes | Method Name and Description |
|---|---|
|
Gets the method binding expression that will be invoked on an action event,
when the interaction is performed.
|
|
|
Returns the action name used to identify this interaction.
|
|
|
Returns the auto submit mode.
|
|
|
Returns the context in which the value change listener attached to this
interactor will be invoked.
|
|
|
Returns the partial submit mode.
|
|
|
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.
|
|
|
setPartialSubmit(partialSubmit)
Sets the partial submit mode.
|
| getLineColor, getLineWidth, setLineColor, setLineWidth |
| getCursor, getMenuModelId, getMessage, setCursor, setMenuModelId, setMessage |
| dispose, getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setPageIdSupport, setReferenceNode, toHTML |
| getClientId, notify |
| getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |
invocationContext is set to
IMAGE_SERVLET_CONTEXT.
true, this interactor will submit the enclosed form
right after the interaction (mouse up).
truetrue, and autoSubmit is also true this interactor will partially submit the enclosed form
right after the interaction (mouse up).
falsetrue.
invocationContext is set to IMAGE_SERVLET_CONTEXT.
true, this interactor will submit the enclosed form
right after the interaction (mouse up).
true, and autoSubmit is also true this interactor will partially submit the enclosed form
right after the interaction (mouse up).