Package org.zkoss.zats.mimic.operation
Interface CheckAgent
- All Superinterfaces:
Agent,OperationAgent
To change the check status of a component including Menuitem, Toolbarbutton, Checkbox, and Radio.
- Author:
- pao
-
Method Summary
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
Method Details
-
check
void check(boolean checked) change the check status.- Parameters:
checked- true for checked
-