public static interface UI.DelayedCallback extends Serializable
UI.runAfterRoundTrip(DelayedCallback).
Usage examples:
ui.runAfterRoundTrip(() -> textField.focus())
ui.runAfterRoundTrip(() -> action when successful, () ->
action when cancelled)
| Modifier and Type | Method and Description |
|---|---|
void |
perform() |
Copyright © 2023 Vaadin Ltd. All rights reserved.