Interface IRowSelectionModel<R>

All Superinterfaces:
ILayerEventHandler<IStructuralChangeEvent>, ISelectionModel
All Known Implementing Classes:
RowSelectionModel

public interface IRowSelectionModel<R> extends ISelectionModel
  • Method Details

    • 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 -