Interface EnumObjectBrowserBeanEvents

    • Field Detail

      • WebEventBrowserSelectTab

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

        static final int WebEventBrowserNavigate
        Identifier for the event that allows users to display the contents of a specific folder.
        See Also:
        Constant Field Values
      • WebEventBrowserGotoPage

        static final int WebEventBrowserGotoPage
        Identifier for the event that allows users to navigate the different pages of the Object Browser (incremental fetch).
        See Also:
        Constant Field Values
      • WebEventBrowserSearch

        static final int WebEventBrowserSearch
        Identifier for the event that allows users to run searches based on a given string.
        See Also:
        Constant Field Values
      • WebEventBrowserModifyGrid

        static final int WebEventBrowserModifyGrid
        Identifier for the event that allows users to modify the contents on the grid given the objects shown on the Object Browser.
        See Also:
        Constant Field Values
      • WebEventArgumentBrowserObjectID

        static final int WebEventArgumentBrowserObjectID
        Identifier for the argument that indicates the object ID of the folder to browse. The object ID value specified for this argument should be a valid one, existing in the current project's metadata.
        See Also:
        Constant Field Values
      • WebEventArgumentBrowserPage

        static final int WebEventArgumentBrowserPage
        Identifier for the argument that indicates the page where the user should be taken as part of the incremental fetch request. The page value specified for this argument should be a valid one, depending on the number of results of the last browse or search request.
        See Also:
        Constant Field Values
      • WebEventArgumentBrowserSearchString

        static final int WebEventArgumentBrowserSearchString
        Identifier for the argument that indicates the string the user requests to search.
        See Also:
        Constant Field Values
      • WebEventArgumentParentFolderID

        static final int WebEventArgumentParentFolderID
        Identifier for the argument that indicates the object ID of the parent folder to browse. Usage:
        The object ID value specified for this argument should be a valid folder ID string, existing in the current project's metadata, parent of the folder currently being viewed. This argument is to be used together with the WebEventArgumentGoToParent for accessing the parent folder's content.
        See Also:
        Constant Field Values
      • WebEventArgumentGoToParent

        static final int WebEventArgumentGoToParent
        Identifier for the argument that indicates the user wants to browse the parent folder of the current folder being viewed. Usage:
        Any value can be assigned to this argument. If it has a value, then its action will take effect. It should be used together with the WebEventArgumentGoToParent argument.
        See Also:
        Constant Field Values
      • WebEventArgumentAddElement

        static final int WebEventArgumentAddElement
        Identifier for the argument that indicates an element shown on the object browser will be added to the grid. Usage:
        Any value can be assigned to this argument. If it has a value, then its action will take effect. It should be used together with the WebEventArgumentObjectInfo argument.
        See Also:
        Constant Field Values
      • WebEventArgumentRemoveElement

        static final int WebEventArgumentRemoveElement
        Identifier for the argument that indicates an element shown on the object browser will be removed. Usage:
        Any value can be assigned to this argument. If it has a value, then its action will take effect. It should be used together with the WebEventArgumentObjectInfo argument.
        See Also:
        Constant Field Values