Package org.zkoss.zats.mimic.operation
Interface DragAgent
-
- All Superinterfaces:
Agent,OperationAgent
public interface DragAgent extends OperationAgent
To drag a component that extends from HtmlBasedComponent. Most of ZK components extend HtmlBasedComponent.- Author:
- Hawk
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddropOn(ComponentAgent target)drag and drop a component-
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
-
-
-
Method Detail
-
dropOn
void dropOn(ComponentAgent target)
drag and drop a component- Parameters:
target- the destination component which you want to drop on
-
-