Package io.jmix.ui.screen
Annotation Interface MultipleOpen
Annotation for screen controllers that specifies if the screen can be opened multiple times from the main menu.
- 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanSet to false to disable multiple open of the screen from the menu. 
- 
Element Details
- 
value
boolean valueSet to false to disable multiple open of the screen from the menu.- Default:
 - true
 
 
 -