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 Detail

      • select

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