Skip to main content
PREV CLASS NEXT CLASS FRAMES NO FRAMES

 

Class IlvGanttSheetSelectionManager

IlvObject
   |
   +--IlvAbstractSelectionManager
      |
      +--IlvGanttComponentSelectionManager
         |
         +--IlvGanttSheetSelectionManager

Category:
Gantt Chart component
JavaScript File:
IlvGanttSheetSelectionManager.js
Description:
The concrete implementation class of IlvAbstractSelectionManager for an IlvGanttSheetView instance.
Since:
JViews 8.0

Constructor Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Abort dragging of the selection.
 
Returns whether a selection rectangle should be hidden while the current selection is dragged.
 
Initializes the dragging of the selection.
 
Complete dragging of the selection and performs a server action if needed.
 
Performs the dragging of the selection.
Methods inherited from class IlvGanttComponentSelectionManager
commitSelectionProperties, deselectAll, selectAll, selectById, selectOneById
Methods inherited from class IlvAbstractSelectionManager
addSelectionChangedListener, applyToAll, applyToAllLink, clipAll, deleteSelection, doSelect, findById, getLineColor, getLineWidth, getMultipleSelectionKey, getScrollPosition, getSelection, getViewPosition, hideAll, hideNotMovable, isFillOn, isImageMode, isMovable, isMoveAllowed, isMultipleSelection, isSelectionMovable, onSelectionLoaded, performUpdateImage, performUpdateImageMode, recycle, recycleAll, removeSelectionChangedListener, selectMulti, selectOne, sendRequest, setFillOn, setForceUpdateProperties, setImageMode, setLineColor, setLineWidth, setMoveAllowed, setMultipleSelectionKey, setScrollPosition, showAll, showMovable, updateAll, updateCapabilities, updateSelectionProperties
Methods inherited from class IlvObject
dispose, getClassName, hashCode, instanceOf, invoke, registerDispose, registerDisposeByClientId, removeHTML, setClassName, superConstructor, superInvoke, toString, updateVisibility
Constructor Detail
IlvGanttSheetSelectionManager
IlvGanttSheetSelectionManager()
Method Detail
abortDragging
abortDragging(e)
Abort dragging of the selection.
Parameters:
e - The mouse event.

isHiddenWhenDragging
isHiddenWhenDragging(r)
Returns whether a selection rectangle should be hidden while the current selection is dragged. This implementation returns false for constraints.
Parameters:
r - The selection rectangle to set.

startDragging
startDragging(e)
Initializes the dragging of the selection.
Parameters:
e - The event.

stopDragging
stopDragging(e)
Complete dragging of the selection and performs a server action if needed.
Parameters:
e - The event.

whileDragging
whileDragging(e)
Performs the dragging of the selection.
Parameters:
e - The event.

©Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.