Interface IGrid

    • Method Detail

      • getColumnCount

        int getColumnCount()
        Returns the number of columns in the Grid. The number is defined as the sum of columns described in the "column" slot.
        Returns:
        the number of columns in the grid.
      • getSummary

        java.lang.String getSummary()
        Gets the summary of this grid.
        Returns:
        the summary.
      • setSummary

        void setSummary​(java.lang.String summary)
                 throws ScriptException
        Sets the summary of this grid.
        Parameters:
        summary - the summary
        Throws:
        ScriptException
      • getCaption

        java.lang.String getCaption()
        Returns the caption text of this grid.
        Returns:
        the caption text
      • setCaption

        void setCaption​(java.lang.String caption)
                 throws ScriptException
        Sets the caption text of this grid.
        Parameters:
        caption - the caption text
        Throws:
        ScriptException
      • getCaptionKey

        java.lang.String getCaptionKey()
        Returns the resource key of the caption.
        Returns:
        the resource key of the caption
      • setCaptionKey

        void setCaptionKey​(java.lang.String captionKey)
                    throws ScriptException
        Sets the resource key of the caption.
        Parameters:
        captionKey - the resource key of the caption
        Throws:
        ScriptException