Package com.vaadin.client
Interface DeferredWorker
-
- All Known Implementing Classes:
Escalator
,Grid
,Grid.Editor
,GridConnector
,ScrollbarBundle
,ScrollbarBundle.HorizontalScrollbarBundle
,ScrollbarBundle.VerticalScrollbarBundle
,VFilterSelect
,VPasswordField
,VPopupView
,VScrollTable
,VTextArea
,VTextField
,VTreeTable
public interface DeferredWorker
Give widgets and connectors the possibility to indicate to the framework that there is work scheduled to be executed in the near future and that the framework should wait for this work to complete before assuming the UI has reached a steady state.- Since:
- 7.3
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isWorkPending()
Checks whether there are operations pending for this widget or connector that must be executed before reaching a steady state.
-