IlvObject | +--IlvPropertyStateManager | +--IlvFacesProxy | +--IlvInteractorProxy | +--IlvFacesSelectInteractorProxy
IlvAbstractSelectionManager
class to select and
move objects.Constructor Attributes | Constructor Name and Description |
---|---|
IlvFacesSelectInteractorProxy(clientId, infoProviderMB)
|
Method Attributes | Method Name and Description |
---|---|
Returns the color of selection rectangles, if this interactor is not in image mode.
|
|
Returns the width of selection rectangle lines, if this interactor is not in image mode.
|
|
Returns a listener called on a selection change.
|
|
Returns
true to force an additional request in image mode, false otherwise. |
|
Returns the image mode. |
|
Returns whether enable or forbid to move selection.
|
|
setForceUpdateProperties(forceUpdateProperties)
Sets this flag 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 interactor is not in image mode.
|
|
setLineWidth(lineWidth)
Sets the width of selection rectangle lines, if this interactor is not in image mode.
|
|
setMoveAllowed(moveAllowed)
Sets whether enable or forbid to move selection.
|
|
setOnSelectionChanged(handler)
Sets a listener called on a selection change.
|
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 |
IlvFacesSelectionManagerProxy
class instead.
IlvFacesSelectionManagerProxy
class instead.
true
to force an additional request in image mode, false
otherwise.
IlvFacesSelectionManagerProxy
class instead.
Returns the image mode.
In image mode the image is refreshed on each selection.
In rectangle mode, only the selected object(s) bounding box is queried and rectangle are dynamically displayed on top of the view.
Note that the client-side listeners on selection and additional information on
selected objects are available in image mode if and only if the forceUpdateProperties
property is set to true
. In rectangle mode no special configuration is needed.
IlvFacesSelectionManagerProxy
class instead.
true
if the image mode is set, false
otherwise.true
if the move of the selection is allowed, false
otherwise.true
to force an additional request in image mode, false
otherwise.
IlvFacesSelectionManagerProxy
class instead.
Sets the image mode.
In image mode the image is refreshed on each selection.
In rectangle mode, only the selected object(s) bounding box is queried and rectangle are dynamically displayed on top of the view.
Note that the client-side listeners on selection and additional information on
selected objects are available in image mode if and only if the forceUpdateProperties
property is set to true
. In rectangle mode no special configuration is needed.
true
to set the image mode, false
otherwise.
IlvFacesSelectionManagerProxy
class instead.
IlvFacesSelectionManagerProxy
class instead.
IlvFacesSelectionManagerProxy
class instead.
true
if the move of the selection is allowed, false
otherwise.