Interface MoveAgent

All Superinterfaces:
Agent, OperationAgent

public interface MoveAgent extends OperationAgent
The agent for moving operation. Supported components are Window and Panel.
Author:
pao
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    moveTo(int left, int top)
    To move a component.

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

    getClient, getDelegatee
  • Method Details

    • moveTo

      void moveTo(int left, int top)
      To move a component. unit is pixel.
      Parameters:
      left - distance from left.
      top - distance from top.