Class LocalizedTaskWrapper<T,V>

java.lang.Object
io.jmix.flowui.backgroundtask.BackgroundTask<T,V>
io.jmix.flowui.backgroundtask.LocalizedTaskWrapper<T,V>
Type Parameters:
T - task progress measurement unit
V - result type

@Component("flowui_LocalizedTaskWrapper") @Scope("prototype") public class LocalizedTaskWrapper<T,V> extends BackgroundTask<T,V>
INTERNAL! Supposed to use when showing Dialog or some View. For instance if we need to show some dialog when task is running (e.g. updating the progress).

See example in DialogsImpl.BackgroundTaskDialogBuilderImpl.