IlvObject | +--IlvPropertyStateManager | +--IlvFacesProxy | +--IlvInteractorProxy | +--IlvObjectSelectInteractorProxy
IlvInteractor
that calls the performSelect
with the appropriate parameters. The action should be called on a mouse click.Constructor Attributes | Constructor Name and Description |
---|---|
IlvObjectSelectInteractorProxy(clientId, formId)
|
Method Attributes | Method Name and Description |
---|---|
Returns the auto submit mode.
|
|
Returns the context in which the value change listener attached to this interactor
will be invoked.
|
|
Sets the
ObjectSelectedFinder instance responsible for retrieving the object selected by this
interactor. |
|
Returns the partial submit mode.
|
|
performSelect(params)
Performs the action.
|
|
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.
|
|
setObjectSelectedFinder(finder)
Sets the
ObjectSelectedFinder responsible for retrieving the object selected by this
interactor. |
|
setPartialSubmit(partialSubmit)
Sets the partial submit mode.
|
|
setValueChangeListener(methodRef)
Sets the method binding expression that will be invoked on a value change event,
when a object is selected.
|
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 |
true
, this interactor will submit the enclosing form on a click event. The auto submit mode is set to true
by default.
ObjectSelectedFinder
instance responsible for retrieving the object selected by this
interactor. This must be a value binding expression.
Set to "none"
to use the default finder.
true
, the auto submit flag is also true
and it is in a partial page refresh enabled context (such as trinidad), this interactor will do a partial submit the enclosing form on a click event.
The partial submit mode is set to false
by default.
true
, this interactor will submit the enclosing form on a click event. The auto submit mode is set to true
by default.
ObjectSelectedFinder
responsible for retrieving the object selected by this
interactor. This must be a value binding expression.
true
, the auto submit flag is also true
and it is in a partial page refresh enabled context (such as trinidad), this interactor will do a partial submit the enclosing form on a click event.
The partial submit mode is set to false
by default.