Class GuideTable

    • Constructor Detail

      • GuideTable

        public GuideTable()
    • Method Detail

      • isTableHeader

        public static java.lang.Boolean isTableHeader​(GuideNode guideNode)
        Checks if the GuideNode has resource of type Table Header
        Parameters:
        guideNode -
        Returns:
        Boolean True if GuideNode resource or its supertype is of Table Header
      • getColumns

        public int getColumns​(GuideNode row)
        Gets the column present in the table at the specified row
        Parameters:
        row - GuideNode bean representing the row
        Returns:
        number of columns
      • getSortingAllowedHeader

        public java.util.ArrayList<java.lang.Boolean> getSortingAllowedHeader()
        Returns:
        ArrayList of HeaderRow on which sorting is enabled.
      • getColumns

        public int getColumns()
        API to return the number of columns present in the table. This API would return the maximum of all the columns present in each row
        Returns:
        Columns present in the table
      • getMobileLayout

        public java.lang.String getMobileLayout()
        API to get the mobile layout associated with the table
        Returns:
        mobile layout of the table
      • getSummary

        public java.lang.String getSummary()
        API to get the summary text required for accessibility
        Returns:
        summary text of the table
      • isSortingEnabled

        public java.lang.String isSortingEnabled()
      • getColumnWidth

        public java.lang.String getColumnWidth()
        API to get column width of table configured during authoring
        Returns:
        column width configured for the table