Uses of Interface
com.vaadin.ui.UI.DelayedCallback
-
Packages that use UI.DelayedCallback Package Description com.vaadin.ui -
-
Uses of UI.DelayedCallback in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type UI.DelayedCallback Modifier and Type Method Description UI.DelayedCallbackRegistrationUI. runAfterRoundTrip(UI.DelayedCallback callback)Executes the given callback function after a single client round-trip.UI.DelayedCallbackRegistrationUI. runAfterRoundTrip(UI.DelayedCallback callback, int numberOfRoundTripsToWait)Executes the given callback function after the given number of client round-trips.UI.DelayedCallbackRegistrationUI. runAfterRoundTrip(UI.DelayedCallback callback, UI.DelayedCallback cancelCallback)Executes the given callback function after a single client round-trip, or the cancel callback if the execution is cancelled throughUI.DelayedCallbackRegistration.cancel().UI.DelayedCallbackRegistrationUI. runAfterRoundTrip(UI.DelayedCallback callback, UI.DelayedCallback cancelCallback, int numberOfRoundTripsToWait)Executes the given callback function after the given number of client round-trips, or the cancel callback if the execution is cancelled throughUI.DelayedCallbackRegistration.cancel().
-