IlvDiagrammerSelectInteractorProxy

IlvObject
  |
  +--IlvPropertyStateManager
       |
       +--IlvFacesProxy
            |
            +--IlvInteractorProxy
                 |
                 +--IlvFacesSelectInteractorProxy
                      |
                      +--IlvDiagrammerSelectInteractorProxy
Category:
Diagrammer JSF component
JavaScript File:
IlvDiagrammerSelectInteractorProxy.js
Description:
The IlvDiagrammerSelectInteractorProxy is an extension of the IlvFacesSelectInteractorProxy for the Diagrammer module.

Since:
JViews 7.5


Constructor Summary
IlvDiagrammerSelectInteractorProxy(clientId, infoProviderMB)

Method Summary
isDeletionAllowed()
Returns whether it's allowed to delete the current selection of the selection manager using the delete key when this interactor is set on the view.
setDeletionAllowed(deletionAllowed)
Sets whether it's allowed to delete the current selection of the selection manager using the delete key when this interactor is set on the view.

Constructor Detail

IlvDiagrammerSelectInteractorProxy

IlvDiagrammerSelectInteractorProxy(clientId, infoProviderMB)
Creates an instance of IlvDiagrammerSelectInteractorProxy.

Method Detail

isDeletionAllowed

isDeletionAllowed()
Returns whether it's allowed to delete the current selection of the selection manager using the delete key when this interactor is set on the view. This flag is set to false by default.
Parameters:
deletionAllowed - the deletion flag.

Since:
JViews 8.0


setDeletionAllowed

setDeletionAllowed(deletionAllowed)
Sets whether it's allowed to delete the current selection of the selection manager using the delete key when this interactor is set on the view. This flag is set to false by default.
Parameters:
deletionAllowed - the deletion flag.

Since:
JViews 8.0

Inherited Methods from IlvFacesSelectInteractorProxy
getLineColor, getLineWidth, getOnSelectionChanged, isForceUpdateProperties, isImageMode, isMoveAllowed, setForceUpdateProperties, setImageMode, setLineColor, setLineWidth, setMoveAllowed, setOnSelectionChanged
Inherited Methods from IlvInteractorProxy
getCursor, getMenuModelId, getMessage, setCursor, setMenuModelId, setMessage
Inherited Methods from IlvFacesProxy
getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setReferenceNode, toHTML
Inherited Methods from IlvPropertyStateManager
getClientId, notify
Inherited Methods from IlvObject
callDispose, dispose, getClassName, hashCode, inherits, instanceOf, invoke, registerDispose, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility