Package ldaptor :: Package apps :: Package webui :: Module delete :: Class ConfirmDelete
[hide private]
[frames] | no frames]

Class ConfirmDelete

source code

                   object --+            
                            |            
       nevow.rend.DataFactory --+        
                                |        
                   object --+   |        
                            |   |        
     nevow.rend.RenderFactory --+        
                                |        
                   object --+   |        
                            |   |        
      nevow.rend.MacroFactory --+        
                                |        
                   object --+   |        
                            |   |        
 nevow.rend.ConfigurableMixin --+        
                                |        
              nevow.rend.Fragment --+    
                                    |    
   nevow.rend.ConfigurableFactory --+    
                                    |    
nevow.rend.FreeformChildMixin --+   |    
                                |   |    
      nevow.rend.ChildLookupMixin --+    
                                    |    
                      nevow.rend.Page --+
                                        |
                                       ConfirmDelete

Instance Methods [hide private]
 
__init__(self, dn)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
getBindingNames(self, ctx)
Expose bind_* methods and attributes on this class.
source code
 
bind_delete(self, ctx) source code
 
delete(self, ctx) source code
 
data_status(self, ctx, data) source code
 
render_if(self, context, data) source code
 
data_entry(self, context, data) source code
 
render_error_or_pass(self, context, data) source code
 
data_dn(self, context, data) source code
 
render_form(self, context, data) source code
 
render_passthrough(self, context, data) source code
 
data_header(self, ctx, data) source code
 
render_keyvalue(self, context, data) source code
 
render_keyvalue_item(self, context, data) source code
 
render_i18n(page, ctx, data)

Inherited from nevow.rend.Page: child_, flattenFactory, onPostFailure, onPostSuccess, rememberStuff, renderHTTP, renderString, renderSynchronously, webFormPost

Inherited from nevow.rend.Page (private): _renderHTTP

Inherited from nevow.rend.Fragment: get, remember, rend

Inherited from nevow.rend.DataFactory: __providedBy__, child

Inherited from nevow.rend.RenderFactory: render_data, render_mapping, render_sequence, render_string, render_xml, renderer

Inherited from nevow.rend.MacroFactory: macro

Inherited from nevow.rend.ConfigurableMixin: getBinding, getDefault, postForm

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Inherited from nevow.rend.ConfigurableFactory: configurable_, configurable_original, locateConfigurable

Inherited from nevow.rend.ChildLookupMixin: childFactory, locateChild, putChild

Inherited from nevow.rend.FreeformChildMixin: child_freeform_hand

Class Variables [hide private]
  title = PlaceHolder(*('Ldaptor Delete Page',), translator=<bou...
  docFactory = loaders.xmlfile('delete.xhtml', templateDir= os.p...
hash(x)
  __implemented__ = <implementedBy ldaptor.apps.webui.delete.Con...
  __provides__ = <zope.interface.declarations.ClassProvides obje...

Inherited from nevow.rend.Page: addSlash, afterRender, beforeRender, buffered

Inherited from nevow.rend.Fragment: original

Inherited from nevow.rend.ChildLookupMixin: children

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, dn)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

getBindingNames(self, ctx)

source code 

Expose bind_* methods and attributes on this class.

Overrides: nevow.rend.ConfigurableMixin.getBindingNames
(inherited documentation)

Class Variable Details [hide private]

title

Value:
PlaceHolder(*('Ldaptor Delete Page',), translator=<bound method Transl\
ator._gettextTranslation of <nevow.i18n.Translator object at 0x96eb34c\
>>, **{'domain': 'ldaptor-webui'})

docFactory

hash(x)

Value:
loaders.xmlfile('delete.xhtml', templateDir= os.path.split(os.path.abs\
path(__file__)) [0])

__implemented__

Value:
<implementedBy ldaptor.apps.webui.delete.ConfirmDelete>

__provides__

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