com.vaadin.client
Interface DeferredWorker

All Known Implementing Classes:
Escalator, Grid, Grid.Editor, GridConnector, ScrollbarBundle, ScrollbarBundle.HorizontalScrollbarBundle, ScrollbarBundle.VerticalScrollbarBundle, VFilterSelect, VPopupView, VScrollTable, 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
 boolean isWorkPending()
          Checks whether there are operations pending for this widget or connector that must be executed before reaching a steady state.
 

Method Detail

isWorkPending

boolean isWorkPending()
Checks whether there are operations pending for this widget or connector that must be executed before reaching a steady state.



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.