jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Builders in Dialogs bean should return Dialog instance when it is opened

Open Flaurite opened this issue 1 year ago • 0 comments

Description

It would be great to have method that return opened dialog instance from OptionDialogBuilder, MessageDialogBuilder, etc. The return dialog can be further configured and can be closed programmatically.

Possible solutions

  1. Provide method build() that will return Dialog.
  2. Make open() method return Dialog.

Flaurite avatar Jun 05 '24 06:06 Flaurite