Uses of Class
com.levigo.jadice.web.client.tools.dnd.DnDParameter
Packages that use DnDParameter
-
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 TypeMethodDescriptionvoidImportHandler.adjustDropEffect(DnDParameter parameter) Mainly used to make fix adjustments to theDataTransfer.DropEffectof the event.voidPageSortImportHandler.adjustDropEffect(DnDParameter parameter) booleanExportHandler.canExport(DnDParameter parameter) This method is called when aDragStartEventis fired to decide which handler can export this drop.booleanImportHandler.canImport(DnDParameter parameter) This method is called right before either an import is dispatched (DropEvent), or when aDragOverEventtakes place.booleanPageSortImportHandler.canImport(DnDParameter parameter) voidImportHandler.dropDone(DnDParameter parameter, ImportHandler usedHandler) This method is used to cleanup data after a drop was completed.voidPageSortImportHandler.dropDone(DnDParameter parameter, ImportHandler usedHandler) voidExportHandler.export(DnDParameter parameter) This method is responsible for generating the data that should be transported with the event and putting them into it.voidExportHandler.exportDone(DnDParameter parameter) This method is called when all exportHandler finished their exports.static com.google.gwt.dom.client.DataTransfer.DropEffectDnDImportUtils.getDropEffectByKeys(DnDParameter parameter) Returns the matchingDataTransfer.DropEffectby the keys that are pressed.voidImportHandler.importDrop(DnDParameter parameter) The method is responsible for handling the drop and the given data.voidPageSortImportHandler.importDrop(DnDParameter parameter)