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 ElementDescriptionbooleanWhether a view can be closed by standard operations like a tab close button, close tab actions,Views.OpenedViewsandViews.ViewStackmethods.booleanWhether 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.OpenedViewsandViews.ViewStackmethods.- Returns:
trueif the view can be closed,falseotherwise
- Default:
- true
-
forceDialog
boolean forceDialogWhether a view must be opened in a dialog window.- Returns:
trueif the view must be opened in a dialog window,falseotherwise
- Default:
- false
-