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 Detail

      • dropOn

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