Class GuideTable

    • Constructor Detail

      • GuideTable

        public GuideTable()
    • Method Detail

      • 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