Package com.saperion.ngc.events
Class FastAccessDragOverEvent
java.lang.Object
org.zkoss.zk.ui.event.Event
com.saperion.ngc.events.FastAccessDragOverEvent
- All Implemented Interfaces:
Serializable
public class FastAccessDragOverEvent
extends org.zkoss.zk.ui.event.Event
Event fired when the user drags something over a fast access item.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Constructor Details
-
FastAccessDragOverEvent
public FastAccessDragOverEvent(org.zkoss.zk.ui.Component target) Constructor.- Parameters:
target
- target component
-