Uses of Class
com.levigo.jadice.web.client.tools.dnd.DnDParameter
Packages that use DnDParameter
Package
Description
-
Uses of DnDParameter in com.levigo.jadice.web.client.tools.dnd
Methods in com.levigo.jadice.web.client.tools.dnd with parameters of type DnDParameterModifier and TypeMethodDescriptionvoid
ImportHandler.adjustDropEffect
(DnDParameter parameter) Mainly used to make fix adjustments to theDataTransfer.DropEffect
of the event.void
PageSortImportHandler.adjustDropEffect
(DnDParameter parameter) boolean
ExportHandler.canExport
(DnDParameter parameter) This method is called when aDragStartEvent
is fired to decide which handler can export this drop.boolean
ImportHandler.canImport
(DnDParameter parameter) This method is called right before either an import is dispatched (DropEvent
), or when aDragOverEvent
takes place.boolean
PageSortImportHandler.canImport
(DnDParameter parameter) void
ImportHandler.dropDone
(DnDParameter parameter, ImportHandler usedHandler) This method is used to cleanup data after a drop was completed.void
PageSortImportHandler.dropDone
(DnDParameter parameter, ImportHandler usedHandler) void
ExportHandler.export
(DnDParameter parameter) This method is responsible for generating the data that should be transported with the event and putting them into it.void
ExportHandler.exportDone
(DnDParameter parameter) This method is called when all exportHandler finished their exports.static com.google.gwt.dom.client.DataTransfer.DropEffect
DnDImportUtils.getDropEffectByKeys
(DnDParameter parameter) Returns the matchingDataTransfer.DropEffect
by the keys that are pressed.void
ImportHandler.importDrop
(DnDParameter parameter) The method is responsible for handling the drop and the given data.void
PageSortImportHandler.importDrop
(DnDParameter parameter) -
Uses of DnDParameter in com.levigo.jadice.web.demo.enterprise.client
Methods in com.levigo.jadice.web.demo.enterprise.client with parameters of type DnDParameterModifier and TypeMethodDescriptionvoid
AbstractServerBasedImportHandler.adjustDropEffect
(DnDParameter parameter) boolean
AbstractServerBasedImportHandler.canImport
(DnDParameter parameter) void
AbstractServerBasedImportHandler.dropDone
(DnDParameter parameter, ImportHandler usedHandler) void
AbstractServerBasedImportHandler.importDrop
(DnDParameter parameter, ServerBasedDnDSource source) Invoke a read action of the given source and apply it to the pageView contained in the parameters. -
Uses of DnDParameter in com.levigo.jadice.web.demo.enterprise.client.dnd
Methods in com.levigo.jadice.web.demo.enterprise.client.dnd with parameters of type DnDParameterModifier and TypeMethodDescriptionboolean
DOCPVExportHandler.canExport
(DnDParameter parameter) boolean
JWTExportHandler.canExport
(DnDParameter parameter) boolean
DOCPVImportHandler.canImport
(DnDParameter parameter) boolean
JWTImportHandler.canImport
(DnDParameter parameter) void
DOCPVExportHandler.export
(DnDParameter parameter) void
JWTExportHandler.export
(DnDParameter parameter) void
DOCPVExportHandler.exportDone
(DnDParameter parameter) void
JWTExportHandler.exportDone
(DnDParameter parameter) void
DOCPVImportHandler.importDrop
(DnDParameter parameter) void
JWTImportHandler.importDrop
(DnDParameter parameter) protected static String
ServerBasedUtils.saveData
(DnDParameter parameter) Sends aEnterpriseMessageNames.DND
message to saves the selection of the current document on the server.