Package org.zkoss.zats.mimic.operation
Interface SelectAgent
- All Superinterfaces:
Agent,OperationAgent
- All Known Implementing Classes:
AbstractSelectAgentBuilder.AbstractSelectAgentImpl
To select a single item of a data component. You should use this operation on a child component
including Comboitem, Tab, Listitem, and Treeitem.
- Author:
- dennis
-
Method Summary
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
Method Details
-
select
void select()to select a item.
-