Package io.jmix.tabbedmode.view
Annotation Interface MultipleOpen
Annotation for view controllers that specify if the view can be opened multiple times from the main menu.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Set tofalse
to disable multiple open of the view from the menu.
-
Element Details
-
value
boolean valueSet tofalse
to disable multiple open of the view from the menu.- Default:
- true
-