Package io.jmix.flowui.view
Annotation Interface DialogMode
Specifies parameters of
DialogWindow
.-
Optional Element Summary
-
Element Details
-
width
String width- Default:
- ""
-
maxWidth
String maxWidth- Default:
- ""
-
minWidth
String minWidth- Default:
- ""
-
height
String height- Default:
- ""
-
maxHeight
String maxHeight- Default:
- ""
-
minHeight
String minHeight- Default:
- ""
-
modal
boolean modal- Default:
- true
-
draggable
boolean draggable- Default:
- true
-
resizable
boolean resizable- Default:
- false
-
closeOnOutsideClick
boolean closeOnOutsideClick- Default:
- false
-
closeOnEsc
boolean closeOnEsc- Default:
- false
-