DataSetView.st
changeset 5665 45468b027cc5
parent 5326 cd7b51c4248c
child 5735 eeb59688e7bb
--- a/DataSetView.st	Mon Jan 15 22:16:53 2018 +0100
+++ b/DataSetView.st	Mon Jan 15 22:30:42 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by Claus Gittinger / eXept Software AG
               All Rights Reserved
@@ -276,10 +278,12 @@
     ^ scrolledView
 !
 
-ignoreReselect: aBoolean
-    "Defined here to make it polymorph with SelectionInListView"
+ignoreReselect:aBoolean
+    "controls if clicking on an already selected item should
+     be ignored or should perform the select action again.
+     By default, these are ignored"
 
-    "Created: / 28-06-2013 / 11:22:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    self columnView ignoreReselect:aBoolean
 !
 
 labelView