Within an application, numerous fields are present with individual filters (text boxes). As soon as a user enters a value in any of the filters, the UI data (in a table) immediately refreshes.
I prefer to wait for the UI data to load before applying another filter.
Is there a method to delay until the data is fully loaded without resorting to Thread.sleep?