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

    Modifier and Type
    Method
    Description
    void
    select(int index)
    select item by specific index.

    Methods inherited from interface org.zkoss.zats.mimic.Agent

    getClient, getDelegatee
  • Method Details

    • select

      void select(int index)
      select item by specific index.