DSVColumnView.st
changeset 6220 146bef92a240
parent 6180 a2037f3ba84c
child 6236 ddfc83270532
equal deleted inserted replaced
6219:342922e53517 6220:146bef92a240
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1997 by Claus Gittinger / eXept Software AG
     2  COPYRIGHT (c) 1997 by Claus Gittinger / eXept Software AG
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   120         list                    <SequancableCollection> list of rows
   118         list                    <SequancableCollection> list of rows
   121 
   119 
   122 
   120 
   123         catchChangeEvents       <Boolean>               internal used to discard change notifications
   121         catchChangeEvents       <Boolean>               internal used to discard change notifications
   124 
   122 
   125         beDependentOfRows       <Boolean>               keep rows dependent; on default is disabled.
   123         beDependentOfRows       <Boolean>               keep rows dependent; by default is disabled.
   126                                                         in case of enabled a row can raise a change
   124                                                         in case of enabled a row can raise a change
   127                                                         notification whithout a parameter which
   125                                                         notification whithout a parameter which
   128                                                         will force a redraw of the row or the
   126                                                         will force a redraw of the row or the
   129                                                         readSelector of the column which will
   127                                                         readSelector of the column which will
   130                                                         redraw the cell in the row only.
   128                                                         redraw the cell in the row only.