Interface ClickAgent

All Superinterfaces:
Agent, OperationAgent

public interface ClickAgent extends OperationAgent
To click a component that extends from HtmlBasedComponent. Most of ZK components extend HtmlBasedComponent.
Author:
pao
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    click on this component
    void
    double click on this component
    void
    right click on this component

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

    getClient, getDelegatee
  • Method Details

    • click

      void click()
      click on this component
    • doubleClick

      void doubleClick()
      double click on this component
    • rightClick

      void rightClick()
      right click on this component