Package io.jmix.tabbedmode.view
Annotation Interface TabbedModeViewProperties
Annotation for view controllers that specify parameters of a view.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Whether a view can be closed by standard operations like a tab close button, close tab actions,Views.OpenedViews
andViews.ViewStack
methods.boolean
Whether a view must be opened in a dialog window.
-
Element Details
-
closeable
boolean closeableWhether a view can be closed by standard operations like a tab close button, close tab actions,Views.OpenedViews
andViews.ViewStack
methods.- Returns:
true
if the view can be closed,false
otherwise
- Default:
- true
-
forceDialog
boolean forceDialogWhether a view must be opened in a dialog window.- Returns:
true
if the view must be opened in a dialog window,false
otherwise
- Default:
- false
-