forward accesses to columnAdapter to the columnView.
authorClaus Gittinger <cg@exept.de>
Mon, 27 Jul 1998 09:51:30 +0200
changeset 1012 5d98566099fa
parent 1011 325d334e93c8
child 1013 758cfa70edc5
forward accesses to columnAdapter to the columnView.
DataSetView.st
--- a/DataSetView.st	Sat Jul 25 19:20:16 1998 +0200
+++ b/DataSetView.st	Mon Jul 27 09:51:30 1998 +0200
@@ -557,6 +557,20 @@
 
 !DataSetView methodsFor:'accessing mvc'!
 
+columnAdaptor
+    ^ columnView columnAdaptor
+
+    "Modified: / 26.7.1998 / 12:16:17 / cg"
+    "Created: / 27.7.1998 / 09:50:58 / cg"
+!
+
+columnAdaptor:someone
+    columnView columnAdaptor:someone
+
+    "Created: / 26.7.1998 / 12:04:31 / cg"
+    "Modified: / 26.7.1998 / 12:16:17 / cg"
+!
+
 listHolder:aListHolder
     "set the valueHolder which holds the list of rows
     "
@@ -814,5 +828,5 @@
 !DataSetView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DataSetView.st,v 1.21 1998-05-11 08:40:28 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DataSetView.st,v 1.22 1998-07-27 07:51:30 cg Exp $'
 ! !