Interface IDashboardPageItem

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int analysisItemId()
      The ID of the analysis item to be displayed in this location.
      void analysisItemId​(int pVal)
      The ID of the analysis item to be displayed in this location.
      int column()
      The column of the left edge of the item on the page.
      void column​(int pVal)
      The column of the left edge of the item on the page.
      int height()
      The height of the item in number of cells.
      void height​(int pVal)
      The height of the item in number of cells.
      int pageId()
      The page's ID.
      int row()
      The row number of the top of the item on the page.
      void row​(int pVal)
      The row number of the top of the item on the page.
      int width()
      The width of the item in number of cells.
      void width​(int pVal)
      The width of the item in number of cells.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • pageId

        int pageId()

        The page's ID.

        Getter method for the COM property "PageId"

        Returns:
        Returns a value of type int
      • analysisItemId

        int analysisItemId()

        The ID of the analysis item to be displayed in this location.

        Getter method for the COM property "AnalysisItemId"

        Returns:
        Returns a value of type int
      • analysisItemId

        void analysisItemId​(int pVal)

        The ID of the analysis item to be displayed in this location.

        Setter method for the COM property "AnalysisItemId"

        Parameters:
        pVal - Mandatory int parameter.
      • row

        int row()

        The row number of the top of the item on the page.

        Getter method for the COM property "Row"

        Returns:
        Returns a value of type int
      • row

        void row​(int pVal)

        The row number of the top of the item on the page.

        Setter method for the COM property "Row"

        Parameters:
        pVal - Mandatory int parameter.
      • column

        int column()

        The column of the left edge of the item on the page.

        Getter method for the COM property "Column"

        Returns:
        Returns a value of type int
      • column

        void column​(int pVal)

        The column of the left edge of the item on the page.

        Setter method for the COM property "Column"

        Parameters:
        pVal - Mandatory int parameter.
      • height

        int height()

        The height of the item in number of cells.

        Getter method for the COM property "Height"

        Returns:
        Returns a value of type int
      • height

        void height​(int pVal)

        The height of the item in number of cells.

        Setter method for the COM property "Height"

        Parameters:
        pVal - Mandatory int parameter.
      • width

        int width()

        The width of the item in number of cells.

        Getter method for the COM property "Width"

        Returns:
        Returns a value of type int
      • width

        void width​(int pVal)

        The width of the item in number of cells.

        Setter method for the COM property "Width"

        Parameters:
        pVal - Mandatory int parameter.