DSVColumnView.st
changeset 2318 41a4297a87af
parent 2276 19de72502874
child 2319 b75af47412ff
equal deleted inserted replaced
2317:5f44d976c81f 2318:41a4297a87af
   788     |list|
   788     |list|
   789 
   789 
   790     (list := listHolder value) notNil ifTrue:[
   790     (list := listHolder value) notNil ifTrue:[
   791         list at:index put:newElement
   791         list at:index put:newElement
   792     ]
   792     ]
       
   793 !
       
   794 
       
   795 listHolder
       
   796     "get the valueHolder which holds the list of rows
       
   797     "
       
   798     ^ listHolder
   793 !
   799 !
   794 
   800 
   795 listHolder:aListHolder
   801 listHolder:aListHolder
   796     "set the valueHolder which holds the list of rows
   802     "set the valueHolder which holds the list of rows
   797     "
   803     "
  3669 ! !
  3675 ! !
  3670 
  3676 
  3671 !DSVColumnView class methodsFor:'documentation'!
  3677 !DSVColumnView class methodsFor:'documentation'!
  3672 
  3678 
  3673 version
  3679 version
  3674     ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.152 2002-10-11 09:50:16 ca Exp $'
  3680     ^ '$Header: /cvs/stx/stx/libwidg2/DSVColumnView.st,v 1.153 2002-10-23 08:03:54 ca Exp $'
  3675 ! !
  3681 ! !