Interface HoverAgent

All Superinterfaces:
Agent, OperationAgent

public interface HoverAgent extends OperationAgent
To hover a mouse pointer over a component that extends from HtmlBasedComponent. Most of ZK components extend HtmlBasedComponent..
Author:
Hawk
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Move mouse out of a component.
    void
    Move mouse over a component.

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

    getClient, getDelegatee
  • Method Details

    • moveOver

      void moveOver()
      Move mouse over a component.
    • moveOut

      void moveOut()
      Move mouse out of a component.