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

    Modifier and Type
    Method
    Description
    void
    drag and drop a component

    Methods inherited from interface org.zkoss.zats.mimic.Agent

    getClient, getDelegatee
  • Method Details

    • dropOn

      void dropOn(ComponentAgent target)
      drag and drop a component
      Parameters:
      target - the destination component which you want to drop on