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 Detail

      • moveOver

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

        void moveOut()
        Move mouse out of a component.