Interface SectionTableModel<T>

    • Method Detail

      • isSectionRow

        boolean isSectionRow​(int rowIndex)
        Returns:
        true of the row is a group header.
      • getGroupNumber

        int getGroupNumber​(int rowIndex)
        Returns:
        the group number of the specified row.
      • getSectionRow

        int getSectionRow​(int rowIndex)
        Returns:
        the index of the group header row for the specified row.
      • getSectionName

        java.lang.String getSectionName​(int rowIndex)
        Returns:
        the display text for the header row of the group containing the specified row.
      • getGroup

        java.util.List<T> getGroup​(int groupNumber)
        Returns:
        the beans in the specified group.