Represents an event cause by user's dragging and dropping a component.
The component being dragged can be retrieved by getDragged(). The component that received the dragged component is Event.getTarget().
Class Name
org.zkoss.zk.ui.event.DropEvent
Methods
Name
Description
Data Type
getDragged
Returns the component being dragged and drop to Event.getTarget().
Component
getArea
Not applicable to DropEvent. It always returns null if you drag and drop a component to components that partition itself into several areas, such as imagemap