Package org.zkoss.zats.mimic.operation
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()close the component-
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
-