Search
DraggedItem Members
Constructors Methods
 


Class used to hold the Item instance during drag and drop.

The following tables list the members exposed by the DraggedItem type.

 Public Constructors

  Name Description

DraggedItem

Overloaded.  

 Public Methods

  Name Description

getDuration

Get duration calculated by Item (endTime - startTime)

getIcon

get the icon displayed for item

getItem

Get the item wrapped in DraggedItem

getText

Get the text displayed for Item

setDuration

Set the Duration between items

setIcon

set the icon displayed for item

setItem

Set the item that is wrapped in DraggedItem

setText

set the text displayed for DraggedItem

 See Also