Interface CloseAgent

All Superinterfaces:
Agent, OperationAgent

public interface CloseAgent extends OperationAgent
To close a component including Window, Panel, and Tab. When closing a closable component, it's detached from desktop by default behavior.
Author:
Hawk
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    close the component

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

    getClient, getDelegatee
  • Method Details

    • close

      void close()
      close the component