Package org.zkoss.zats.mimic.operation
Interface DragAgent
- All Superinterfaces:
Agent,OperationAgent
To drag a component that extends from HtmlBasedComponent.
Most of ZK components extend HtmlBasedComponent.
- Author:
- Hawk
-
Method Summary
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
Method Details
-
dropOn
drag and drop a component- Parameters:
target- the destination component which you want to drop on
-