IlvObject | +--IlvPropertyStateManager | +--IlvFacesProxy | +--IlvFacesSelectionManagerProxy
IlvFacesSelectionManagerProxy
implementations.Constructor Attributes | Constructor Name and Description |
---|---|
IlvFacesSelectionManagerProxy(clientId, selectionManager, infoProviderMB)
|
Method Attributes | Method Name and Description |
---|---|
commitSelectionProperties(updateImage, oncompleted, onfailed)
Commits potential modifications of the selection objects properties
to the server.
|
|
Returns force to make additional request to query the current selection and additional properties in image mode to enable client-side selection listener.
|
|
Returns a method binding that is compliant with the signature ArrayList methodName(IlvFaces, IlvSDMNode).
|
|
Returns the color of selection rectangles, if this selection manager is not in image mode.
|
|
Returns the width of selection rectangle lines, if this selection manager is not in image mode.
|
|
Returns a JavaScript handler called when the selection has changed.
|
|
isFillOn()
Returns
true when the selection rectangles are filled. |
|
Returns the image mode.
|
|
setFillOn(fillOn)
Sets whether selection rectangles are filled or hollow.
|
|
setForceUpdateProperties(forceUpdateProperties)
Sets force to make additional request to query the current selection and additional properties in image mode to enable client-side selection listener.
|
|
setImageMode(imageMode)
Sets the image mode.
|
|
setLineColor(color)
Sets the color of selection rectangles, if this selection manager is not in image mode.
|
|
setLineWidth(lineWidth)
Sets the width of selection rectangle lines, if this selection manager is not in image mode.
|
|
setOnSelectionChanged(onSelectionChanged)
Sets a JavaScript handler called when the selection has changed.
|
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
, update the view image once
the properties have been updated.
IlvSelectionPropertiesError
objects.
The this
value is the
IlvAbstractSelectionManager
.
this
value is the IlvAbstractSelectionManager
.
forceUpdateProperties
must be set if the selection manager is in image mode. See the user manual for further information.
true
when the selection rectangles are filled. The fill
color is the line color with a transparency of 50%.
true
when the selection rectangles are filled.forceUpdateProperties
property is set to true
. In rectangle mode no special configuration is needed.
true
for filled selection rectangles.
forceUpdateProperties
property is set to true
. In rectangle mode no special configuration is needed.
forceUpdateProperties
must be set if the selection manager is in image mode. See the user manual for further information.