Package org.zkoss.zats.mimic.operation
Interface SelectByIndexAgent
- All Superinterfaces:
Agent,OperationAgent
To perform a selection by specific index on a component. Only Selectbox supports this operation.
Because Selectbox doesn't have child component to select, we provide a different agent.- Author:
- pao
-
Method Summary
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
Method Details
-
select
void select(int index) select item by specific index.
-