Skip to content

Commit

Permalink
Merge pull request #1624 from hernanmd/p13-add-missing-selectedItems
Browse files Browse the repository at this point in the history
Add missing `selectedItems` method
  • Loading branch information
Ducasse authored Oct 13, 2024
2 parents 26b4503 + 885a1d7 commit 133dd8e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Spec2-CommonWidgets/SpFilteringListPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,13 @@ SpFilteringListPresenter >> selectedItem [
^ listPresenter selectedItem
]

{ #category : 'accessing' }
SpFilteringListPresenter >> selectedItems [
"Answer a <Collection> of receiver's selected objects"

^ listPresenter selectedItems
]

{ #category : 'accessing' }
SpFilteringListPresenter >> sortingBlock: aBlockOrNil [

Expand Down

0 comments on commit 133dd8e

Please sign in to comment.