Package App :: Module Management :: Class Tabs
[show private | hide private]
[frames | no frames]

Type Tabs

object --+    
         |    
      Base --+
             |
            Tabs

Known Subclasses:
Item, ObjectManager, ZItem, ZItem

Mix-in provides management folder tab support.
Method Summary
  class_manage_path(self)
  filtered_manage_options(self, REQUEST)
  manage_workspace(self, REQUEST)
Dispatch to first interface in manage_options
  tabs_path_default(self, REQUEST, unquote)
  tabs_path_info(self, script, path, quote)
Inherited from Base: __getattribute__, __getnewargs__, __getstate__, __new__, __reduce__, __setstate__
Inherited from object: __init__, __delattr__, __hash__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variable Summary
Implements __implemented__ = <implementedBy App.Management.Tabs>
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...
NoneType class_manage_path__roles__ = None                                                                  
NoneType filtered_manage_options__roles__ = None                                                                  
tuple manage_options = ()
DTMLFile manage_tabs = <App.special_dtml.DTMLFile object at 0x13a...
tuple manage_tabs__roles__ = ('Anonymous',)
tuple manage_workspace__roles__ = ('Authenticated',)

Method Details

manage_workspace(self, REQUEST)

Dispatch to first interface in manage_options

Class Variable Details

__implemented__

Type:
Implements
Value:
<implementedBy App.Management.Tabs>                                    

__providedBy__

Type:
ClassProvides
Value:
<zope.interface.declarations.ClassProvides object at 0x1569930>        

__provides__

Type:
ClassProvides
Value:
<zope.interface.declarations.ClassProvides object at 0x1569930>        

class_manage_path__roles__

Type:
NoneType
Value:
None                                                                  

filtered_manage_options__roles__

Type:
NoneType
Value:
None                                                                  

manage_options

Type:
tuple
Value:
()                                                                     

manage_tabs

Type:
DTMLFile
Value:
<App.special_dtml.DTMLFile object at 0x13a2830>                        

manage_tabs__roles__

Type:
tuple
Value:
('Anonymous',)                                                         

manage_workspace__roles__

Type:
tuple
Value:
('Authenticated',)                                                     

Generated by Epydoc 2.1 on Thu Aug 16 09:55:16 2007 http://epydoc.sf.net