view.py
branchstable
changeset 6926 2cda8f1b4fae
parent 6922 cb1dd14a768f
child 6931 0af44a38fe41
equal deleted inserted replaced
6925:352db17719d2 6926:2cda8f1b4fae
   383         self.entity_call(self.cw_rset.get_entity(row, col), **kwargs)
   383         self.entity_call(self.cw_rset.get_entity(row, col), **kwargs)
   384 
   384 
   385     def entity_call(self, entity, **kwargs):
   385     def entity_call(self, entity, **kwargs):
   386         raise NotImplementedError()
   386         raise NotImplementedError()
   387 
   387 
       
   388 
   388 class StartupView(View):
   389 class StartupView(View):
   389     """base class for views which doesn't need a particular result set to be
   390     """base class for views which doesn't need a particular result set to be
   390     displayed (so they can always be displayed !)
   391     displayed (so they can always be displayed !)
   391     """
   392     """
   392     __select__ = none_rset()
   393     __select__ = none_rset()