Search
CalendarTransferHandler.importData Method
See Also
 






Import Item to Calendar Object, Before Drag check whether item drop location has underlying Resource, Task, Contact and Location Objects, if Objects are presented, assign them to Item Object

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public boolean importData (
    TransferHandler.TransferSupport support
)

 Parameters

support

A TransferSupport Object

 Return Value

Boolean true or false accordingly

 See Also