Search
CalendarTransferHandler.canImport Method
See Also
 






Check whether Item can be imported To calendar or not

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

 Syntax

Java  Copy Code

public boolean canImport (
    TransferHandler.TransferSupport support
)

 Parameters

support

A TransferSupport Object

 Return Value

A Boolean True or False if item can be imported in Calendar

 See Also