We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GtPagerWrapperElement>>#gtNavigationContextFor:
1 parent 3f9be8e commit 6174034Copy full SHA for 6174034
src/GToolkit-Pager/GtPagerWrapperElement.class.st
@@ -26,6 +26,19 @@ GtPagerWrapperElement >> embellisher: aStencil [
26
self viewModel embellisher: aStencil
27
]
28
29
+{ #category : #'gt - extensions' }
30
+GtPagerWrapperElement >> gtNavigationContextFor: aView [
31
+ <gtView>
32
+ ^ aView forward
33
+ title: 'Navigation contexts';
34
+ priority: 3;
35
+ object: [ self navigationContext ];
36
+ view: #gtNavigationContextsFor:;
37
+ actionButtonIcon: BrGlamorousVectorIcons inspect
38
+ tooltip: 'Inspect navigation context'
39
+ action: [ :aButton | aButton phlow spawnObject: self navigationContext ]
40
+]
41
+
42
{ #category : #testing }
43
GtPagerWrapperElement >> hasTool [
44
<return: #Boolean>
0 commit comments