Interface HighlightedObject


  • public interface HighlightedObject
    This interface represents an object that a user selects on a Web browser and wants to highlight in the next Web page.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Detail

      • getObjectId

        java.lang.String getObjectId()
        Return the object id of the highlighted object.
        Returns:
        the object id of the highlighted object.
      • getBlockBegin

        int getBlockBegin()
        Returns the value of blockBegin for incremental fetch on the highlighted object.
        Returns:
        the value of blockBegin
      • getBlockCount

        int getBlockCount()
        Returns the value of blockCount for incremental fetch on the highlighted object.
        Returns:
        the value of blockCount
      • getFilter

        WebFilter getFilter()
        Returns the WebFilter being applied on the highlighted object. For WebAttribute, the filter is used to browse WebElements.
        Returns:
        the WebFilter being applied on the highlighted object.
      • setBlockBegin

        void setBlockBegin​(int blockBegin)
        Sets the starting item for incremental fetch.
        Parameters:
        blockBegin - the starting item to fetch.
      • setBlockCount

        void setBlockCount​(int blockCount)
        Sets the number of blocks of items for incemental fetch
        Parameters:
        blockCount - the number of blocks of items to fetch.