| PREV CLASS Documentation homepage NEXT CLASS |
IlvObject
|
+--IlvPropertyStateManager
|
+--IlvFacesProxy
|
+--IlvFacesSelectionManagerProxy
IlvFacesSelectionManagerProxy
implementations.
| Constructor Summary | |
|---|---|
IlvFacesSelectionManagerProxy(clientId, selectionManager, infoProviderMB)
|
|
| Method Summary | |
|---|---|
commitSelectionProperties(updateImage, oncompleted, onfailed)
Commit potential modifications of the selection objects properties to the server. |
|
getForceUpdateProperties()
Returns force to make additional request to query the current selection and additional properties in image mode to enable client-side selection listener. |
|
getInfoProviderMethodBinding()
Returns a method binding that's respecting the signature ArrayList methodName(IlvFaces, IlvSDMNode). |
|
getLineColor()
Returns the color of selection rectangles, if this selection manager is not in image mode. |
|
getLineWidth()
Returns the width of selection rectangle lines, if this selection manager is not in image mode. |
|
getOnSelectionChanged()
Returns a JavaScript handler called when the selection has changed. |
|
isFillOn()
Returns true when the selection rectangles are filled. |
|
isImageMode()
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(handler)
Sets a JavaScript handler called when the selection has changed. |
|
| Constructor Detail |
IlvFacesSelectionManagerProxy(clientId, selectionManager, infoProviderMB)
| Method Detail |
commitSelectionProperties(updateImage, oncompleted, onfailed)
updateImage - When true update the view image once
the properties have been updatedoncompleted - An optional handler that will be executed when the
the commit response has been send back by the server.
The handler can take as parameter an array
of IlvSelectionPropertiesError objects.
The this value is the
IlvAbstractSelectionManager.onfailed - An optional handler that will be executed when the
commit did not occur because of network problems, in which
case you might consider re-submitting the commit. The
this value is the IlvAbstractSelectionManager.
getForceUpdateProperties()
getInfoProviderMethodBinding()
getLineColor()
getLineWidth()
getOnSelectionChanged()
isFillOn()
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.isImageMode()
setFillOn(fillOn)
fillOn - true for filled selection rectangles.setForceUpdateProperties(forceUpdateProperties)
forceUpdateProperties - The forceUpdateProperties to set.setImageMode(imageMode)
imageMode - The imageMode to set.setLineColor(color)
color - The color to set.setLineWidth(lineWidth)
lineWidth - The lineWidth to set.setOnSelectionChanged(handler)
onSelectionChanged - The onSelectionChanged to set.| Inherited Methods from IlvFacesProxy |
| Inherited Methods from IlvPropertyStateManager |
| Inherited Methods from IlvObject |
| PREV CLASS Documentation homepage NEXT CLASS |