Interface IRowDataProvider<T>

    • Method Detail

      • getRowObject

        T getRowObject​(int rowIndex)
      • indexOfRowObject

        int indexOfRowObject​(T rowObject)