Class 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
Constructor Attributes |
Constructor Name and Description |
|
|
Method Summary
Method Attributes |
Method Name and Description |
|
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.
|
|
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.
|
Methods inherited from class IlvFacesSelectInteractorProxygetLineColor, getLineWidth, getOnSelectionChanged, isForceUpdateProperties, isImageMode, isMoveAllowed, setForceUpdateProperties, setImageMode, setLineColor, setLineWidth, setMoveAllowed, setOnSelectionChanged |
Methods inherited from class IlvFacesProxydispose, getAbsoluteId, getJViewsDHTMLObject, getNodeCoords, getObject, getReferenceNode, setAbsoluteId, setJViewsDHTMLObject, setObject, setPageIdSupport, setReferenceNode, toHTML |
Methods inherited from class IlvObjectgetClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility |
Constructor Detail
IlvDiagrammerSelectInteractorProxy
IlvDiagrammerSelectInteractorProxy(clientId, infoProviderMB)
- Parameters:
-
clientId
-
infoProviderMB
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.
- 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
©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.