Package org.zkoss.zats.mimic.operation
Interface SelectByIndexAgent
-
- All Superinterfaces:
Agent,OperationAgent
public interface SelectByIndexAgent extends 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselect(int index)select item by specific index.-
Methods inherited from interface org.zkoss.zats.mimic.Agent
getClient, getDelegatee
-
-