Add refresh to the remote details view [feenkcom/gtoolkit#5059] · feenkcom/gtoolkit-remote@6235c30 · GitHub
Skip to content

Commit 6235c30

Browse files
committed
Add refresh to the remote details view [feenkcom/gtoolkit#5059]
1 parent e74631d commit 6235c30

4 files changed

Lines changed: 53 additions & 0 deletions

File tree

src/GToolkit-RemoteGt/GtPhlowDetailsViewSpecification.extension.st

Lines changed: 8 additions & 0 deletions

src/GToolkit-RemotePhlow-DeclarativeViews/GtPhlowDetailsViewSpecification.class.st

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ GtPhlowDetailsViewSpecification >> asDictionaryForExport [
2929
yourself
3030
]
3131

32+
{ #category : #accessing }
33+
GtPhlowDetailsViewSpecification >> flushCachedData [
34+
^ self phlowDataSource flushCachedData
35+
]
36+
3237
{ #category : #views }
3338
GtPhlowDetailsViewSpecification >> gtViewRowSpecificationsFor: aView [
3439
<gtView>

src/GToolkit-RemotePhlow-DeclarativeViews/GtRemotePhlowDeclarativeViewDetailsDataSource.class.st

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ GtRemotePhlowDeclarativeViewDetailsDataSource >> computeRowNodes [
3535
nodeValue:nodeValue ]
3636
]
3737

38+
{ #category : #accessing }
39+
GtRemotePhlowDeclarativeViewDetailsDataSource >> flushCachedData [
40+
cachedNodes := nil
41+
]
42+
3843
{ #category : #views }
3944
GtRemotePhlowDeclarativeViewDetailsDataSource >> gtPhlowViewRowsFor: aView [
4045
<gtView>

src/GToolkit-RemotePhlow-Examples/GtRemotePhlowDeclarativeDetailsInspectableForExamples.class.st

Lines changed: 35 additions & 0 deletions

0 commit comments

Comments
 (0)