Interface IRowSelectionModel<R>

    • Method Detail

      • getSelectedRowObjects

        List<R> getSelectedRowObjects()
        Expose the underlying row objects
        Returns:
        The selected row objects.
      • clearSelection

        void clearSelection​(R rowObject)
        Removes the selected row object from the selection
        Parameters:
        rowObject -