Tools__BrowserListWithFilter.st
changeset 18114 501752bc1873
parent 18009 6cc0cd930366
equal deleted inserted replaced
18113:37239b35dde3 18114:501752bc1873
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2006 by eXept Software AG
     4  COPYRIGHT (c) 2006 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
   202     super commonPostBuild.
   204     super commonPostBuild.
   203     listView isNil ifTrue:[listView := builder componentAt:#List].
   205     listView isNil ifTrue:[listView := builder componentAt:#List].
   204     listView isNil ifTrue:[self breakPoint: #jv].
   206     listView isNil ifTrue:[self breakPoint: #jv].
   205     filterView isNil ifTrue:[self breakPoint: #jv].
   207     filterView isNil ifTrue:[self breakPoint: #jv].
   206 
   208 
       
   209     "I want to see the events of the filter"
   207     filterView delegate: self.
   210     filterView delegate: self.
   208     self showFilter: showFilterHolder value.
   211     self showFilter: showFilterHolder value.
   209 
   212 
   210     "Created: / 29-11-2011 / 14:47:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   213     "Created: / 29-11-2011 / 14:47:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   211 !
   214 !