Interface EnumTabManagerBeanEvents

    • Field Detail

      • WebEventBrowserSelectTab

        static final int WebEventBrowserSelectTab
        Identifier for the event that allows users to switch the tab currently displayed on the Tab Manager.
        See Also:
        Constant Field Values
      • WebEventArgumentRenderTabContentOnly

        static final int WebEventArgumentRenderTabContentOnly
        Identifier for the argument that indicates whether the select tab needs to be rendered through the server side or not. Usage:
        When a tab is set to cache its content on the client side the value should be set to false. When a tab needs to fetch its content through server the value should be set to true (default).
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values