jmix-projects / jmix-old

DEPRECATED. Use https://github.com/jmix-framework/jmix
16 stars 3 forks source link

Port BackgroundWorkWindow and BackgroundWorkProgressWindow #470

Closed knstvk closed 4 years ago

knstvk commented 4 years ago

What has been done

        dialogs.createBackgroundWorkDialog(this, backgroundTask)
                .withCaption("Task")
                .withMessage("My Task is Running")
                .withTotal(total)
                .withShowProgressInPercentage(true)
                .withCancelAllowed(true)
                .show();