SelectByIndexAgent

From Documentation
SelectByIndexAgent





Select by Index

Unlike other data components (such as listbox or grid), selectbox has no child components to select, therefore, it needs a different agent to mimic selecting operation. You have to give an index to select its item.

selectbox.as(SelectByIndexAgent.class).select(3);

Supported Components

Components
Version
Note
selectbox 6




Last Update : 2012/05/17

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.