Package org.zkoss.zats.mimic.operation
Interface SelectAgent
-
- All Superinterfaces:
Agent,OperationAgent
- All Known Implementing Classes:
AbstractSelectAgentBuilder.AbstractSelectAgentImpl
public interface SelectAgent extends OperationAgent
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselect()to select a item.-
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
-