Package ldaptor :: Package apps :: Package webui :: Module edit :: Class EditForm
[show private | hide private]
[frames | no frames]

Type EditForm

  object --+    
           |    
Configurable --+
               |
              EditForm


Method Summary
  __init__(self, entry, attributeTypes, objectClasses)
  bind_edit(self, ctx)
  edit(self, context, **kw)
  getBindingNames(self, ctx)
  _get_attrtype(self, name)
  _getFormFields(self)
  _one_formfield(self, attr, values, required, result)
  _prune_changes(self, old, new)
Prune non-changes when old and new state is known.
  _textarea_to_list(self, t)
    Inherited from Configurable
  getBinding(self, context, name)
  getDefault(self, forBinding)
  postForm(self, ctx, bindingName, args)
Accept a form post to the given bindingName.
  summary(self)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
dict nonEditableAttributes = {'objectClass': 1}
    Inherited from Configurable
tuple __implements__ = (<class 'formless.iformless.IConfigurab...
NoneType bindingDict = None                                                                  
NoneType postLocation = None                                                                  

Method Details

_prune_changes(self, old, new)

Prune non-changes when old and new state is known.

Class Variable Details

nonEditableAttributes

Type:
dict
Value:
{'objectClass': 1}                                                     

Generated by Epydoc 2.1 on Fri Mar 11 00:37:45 2005 http://epydoc.sf.net