Interface EnumRWProjectBrowserBeanEvents

    • Field Detail

      • WebEventBrowserNavigate

        static final int WebEventBrowserNavigate
        Deprecated.
        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
        Deprecated.
        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
        Deprecated.
        Identifier for the event that allows users to run searches based on a given string.
        See Also:
        Constant Field Values
      • WebEventNavigateToParent

        static final int WebEventNavigateToParent
        Deprecated.
        See Also:
        Constant Field Values
      • WebEventBrowserModifyGrid

        static final int WebEventBrowserModifyGrid
        Deprecated.
        See Also:
        Constant Field Values
      • WebEventArgumentBrowserObjectID

        static final int WebEventArgumentBrowserObjectID
        Deprecated.
        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
        Deprecated.
        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
        Deprecated.
        Identifier for the argument that indicates the string the user requests to search.
        See Also:
        Constant Field Values
      • WebEventArgumentParentFolderID

        static final int WebEventArgumentParentFolderID
        Deprecated.
        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 EnumObjectBrowserBeanEvents.WebEventArgumentGoToParent for accessing the parent folder's content.
        See Also:
        Constant Field Values
      • WebEventArgumentAddElement

        static final int WebEventArgumentAddElement
        Deprecated.
        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 EnumObjectBrowserBeanEvents.WebEventArgumentObjectInfo argument.
        See Also:
        Constant Field Values