waitForObjectItem
waitForObjectItem(objectOrName, row, column)
waitForObjectItem(objectOrName, row, column, timeoutMSec)
Waits until the objectOrName
object is accessible (i.e., it exists and is visible and enabled), and contains an item identified by row
and column
.
The function raises a (catchable) LookupError
exception on failure, i.e., if it times out.
The function waits for a maximum of 20000 milliseconds (default), or for the number of milliseconds specified in the timeoutMSec
parameter.
This function only applies to objects of these types:
Examples of objects that are supported (handled by HTML_CustomItemView Class) are GWT and SmartGWT tables.
© 2024 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners.