Skip to content

Commit

Permalink
Setter of unfilteredItems
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Oct 18, 2024
1 parent 4abd4fa commit 2495417
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Spec2-CommonWidgets/SpFilteringListPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,12 @@ SpFilteringListPresenter >> unfilteredItems [
^ unfilteredItems
]

{ #category : 'accessing' }
SpFilteringListPresenter >> unfilteredItems: col [

unfilteredItems := col
]

{ #category : 'api - events' }
SpFilteringListPresenter >> whenSelectionChangedDo: aBlock [

Expand Down

0 comments on commit 2495417

Please sign in to comment.