public interface CheckedListBox extends ListBox
Modifier and Type | Method and Description |
---|---|
void |
checkItem(int itemIndex,
CheckState state)
Moves the mouse cursor to an item of the checked list box and then sets its state.
|
void |
checkItem(String itemName,
CheckState state)
Moves the mouse cursor to an item of the checked list box and then sets its state.
|
CheckState |
getwItemState(int intValue)
Gets an element by its index (zero-based).
|
CheckState |
getwItemState(String stringValue)
Gets an element by its index (zero-based).
|
void |
setwItemState(int intValue,
CheckState value)
Sets an element by its index (zero-based).
|
void |
setwItemState(String stringValue,
CheckState value)
Sets an element by its index (zero-based).
|
clickItem, clickItem, clickItem, clickItem, clickItemR, clickItemR, clickItemR, clickItemR, clickItemRXY, clickItemRXY, clickItemRXY, clickItemRXY, clickItemXY, clickItemXY, clickItemXY, clickItemXY, dblClickItem, dblClickItem, dblClickItem, dblClickItem, dblClickItemR, dblClickItemR, dblClickItemR, dblClickItemR, dblClickItemRXY, dblClickItemRXY, dblClickItemRXY, dblClickItemRXY, dblClickItemXY, dblClickItemXY, dblClickItemXY, dblClickItemXY, getwFocus, getwItem, getwItemCount, getwSelected, getwSelected, multiSelect, multiSelect, selectItem, selectItem, selectItem, selectItem
click, click, click, clickM, clickM, clickM, clickR, clickR, clickR, dblClick, dblClick, dblClick, dblClickM, dblClickM, dblClickM, dblClickR, dblClickR, dblClickR, drag, drag, dragM, dragM, dragR, dragR, getEnabled, getHeight, getScreenLeft, getScreenTop, getVisible, getVisibleOnScreen, getWidth, hoverMouse, hoverMouse, keys, mouseWheel, mouseWheel, screenToWindow, windowToScreen
find, find, find, findAll, findAll, getChildren, getParent, tryFind, tryFind, tryFind, waitProperty, waitProperty
picture, picture, picture
callMethod, callMethod, cast, getProperty, setProperty, toString
CheckState getwItemState(int intValue) throws InvocationException, HttpException
intValue
- The element's index (zero-based).InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void setwItemState(int intValue, CheckState value) throws InvocationException, HttpException
intValue
- The element's index (zero-based).value
- IndexInvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.CheckState getwItemState(String stringValue) throws InvocationException, HttpException
stringValue
- The element's index (zero-based).InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void setwItemState(String stringValue, CheckState value) throws InvocationException, HttpException
stringValue
- The element's index (zero-based).value
- IndexInvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void checkItem(String itemName, CheckState state) throws InvocationException, HttpException
itemName
- Name of the item.state
- The new CheckState
of the item, which must be Unchecked, Checked or Grayed.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.void checkItem(int itemIndex, CheckState state) throws InvocationException, HttpException
itemIndex
- Index of the item.state
- The new CheckState
of the item, which must be Unchecked, Checked or Grayed.InvocationException
- Will be thrown if invocation fails.HttpException
- Will be thrown if there are network problems.Copyright © 2020 SmartBear Software. All Rights Reserved.