Interface TableModel<RECORD>

    • Method Detail

      • getCount

        int getCount()
      • getRecords

        java.util.List<RECORD> getRecords​(int startIndex,
                                          int length,
                                          Sorting sorting)
      • getChildRecords

        default java.util.List<RECORD> getChildRecords​(RECORD parentRecord,
                                                       Sorting sorting)
      • onAllDataChanged

        Event<java.lang.Void> onAllDataChanged()