Annotation Interface TabbedModeViewProperties


@Documented @Inherited @Retention(RUNTIME) public @interface TabbedModeViewProperties
Annotation for view controllers that specify parameters of a view.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Whether a view can be closed by standard operations like a tab close button, close tab actions, Views.OpenedViews and Views.ViewStack methods.
    boolean
    Whether a view must be opened in a dialog window.
  • Element Details

    • closeable

      boolean closeable
      Whether a view can be closed by standard operations like a tab close button, close tab actions, Views.OpenedViews and Views.ViewStack methods.
      Returns:
      true if the view can be closed, false otherwise
      Default:
      true
    • forceDialog

      boolean forceDialog
      Whether 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