ResourceSelectionBrowser.st
changeset 1184 c67bdfe67afd
parent 1086 592f0177687e
child 1329 a38c2e29d1fb
equal deleted inserted replaced
1183:ee9956e2689b 1184:c67bdfe67afd
   494 !
   494 !
   495 
   495 
   496 listOfResourceMethods
   496 listOfResourceMethods
   497     "returns the value holder for the list of the resource methods"
   497     "returns the value holder for the list of the resource methods"
   498 
   498 
   499     |holder|
   499     ^ builder listAspectFor:#listOfResourceMethods
   500     (holder := builder bindingAt:#listOfResourceMethods) isNil ifTrue:[
       
   501 	builder aspectAt:#listOfResourceMethods put:(holder :=  List new).
       
   502     ].
       
   503     ^ holder
       
   504 !
   500 !
   505 
   501 
   506 resourceMethodColumns
   502 resourceMethodColumns
   507     "returns the columns for the table of the resource methods as value holder"
   503     "returns the columns for the table of the resource methods as value holder"
   508 
   504