File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
GToolkit-SearchFilters-PhlowTool Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,11 @@ GtCoderElement >> initialize [
9090
9191 self addChild: contentElement as: #content .
9292
93- self phlow beView
93+ self phlow beView.
94+ self phlow
95+ accessTool: (GtPhlowToolClassType forClass: GtCoderElement )
96+ viewModel: #navigationModel
97+ object: #navigationModel
9498]
9599
96100{ #category : #' private - hooks' }
Original file line number Diff line number Diff line change @@ -98,6 +98,11 @@ GtPhlowSearchFilterToolElement >> initialize [
9898
9999 self initializeContent.
100100 self initializeTitleNotifier.
101+
102+ self phlow
103+ accessTool: (GtPhlowToolClassType forClass: GtSearchFilter )
104+ viewModel: #searchFilter
105+ object: #searchFilter
101106]
102107
103108{ #category : #initialization }
@@ -137,6 +142,12 @@ GtPhlowSearchFilterToolElement >> playgroundElement [
137142 ^ self childNamed: #playgroundPage
138143]
139144
145+ { #category : #accessing }
146+ GtPhlowSearchFilterToolElement >> searchFilter [
147+ < return: #GtSearchFilter >
148+ ^ searchFilter
149+ ]
150+
140151{ #category : #accessing }
141152GtPhlowSearchFilterToolElement >> searchFilter: aSearchFilter [
142153 searchFilter := aSearchFilter.
You can’t perform that action at this time.
0 commit comments