Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package apps :: Package webui :: Module change_password :: Class ConfirmChange |
|
FreeformChildMixin
--+ |LiveEvilChildMixin
--+ |ChildLookupMixin
--+ |ConfigurableFactory
--+ |object
--+ | | |DataFactory
--+ | | |object
--+ | | | | |RenderFactory
--+ | | |Fragment
--+ |Page
--+ |object
--+ | | |ServicePasswordChangeMixin
--+ | ConfirmChange
Method Summary | |
---|---|
configurable_add(self,
ctx)
| |
data_css(self,
ctx,
data)
| |
data_dn(self,
ctx,
data)
| |
data_header(self,
ctx,
data)
| |
data_status(self,
ctx,
data)
| |
generateRandom(self,
ctx)
| |
render_add(self,
ctx,
data)
| |
render_css_item(self,
ctx,
data)
| |
render_data(self,
ctx,
data)
| |
render_form(self,
ctx,
data)
| |
render_passthrough(self,
ctx,
data)
| |
setPassword(self,
ctx,
newPassword,
again)
| |
Inherited from ServicePasswordChangeMixin | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from Page | |
When addSlash is True, a page rendered at a url with no trailing slash and a page rendered at a url with a trailing slash will be identical. | |
| |
| |
| |
| |
| |
| |
| |
Inherited from Fragment | |
| |
Remember the given object for the given interfaces (or all interfaces obj.__implements__) in the top-level context for this page. | |
| |
Inherited from DataFactory | |
| |
Inherited from RenderFactory | |
| |
| |
| |
| |
Return a renderer with the given name. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) | |
Inherited from ConfigurableFactory | |
Configurable factory for use when self is a configurable; aka it implements IConfigurable or one or more TypedInterface subclasses. | |
Configurable factory for use when self.original is a configurable; aka it implements IConfigurable or one or more TypedInterface subclasses. | |
Inherited from ChildLookupMixin | |
Used by locateChild to return children which are generated dynamically. | |
Deprecated, use childFactory instead. | |
Locate a child page of this one. | |
| |
Inherited from LiveEvilChildMixin | |
| |
|
Class Variable Summary | |
---|---|
tuple |
__implements__ = (((<class 'nevow.inevow.IRenderer'>, <c...
|
bool |
addSlash = True
|
xmlfile |
docFactory = <nevow.loaders.xmlfile instance at 0x307135...
|
type |
servicePasswordAction_10_remove = ldaptor.apps.webui.change_password.RemoveServicePassword |
type |
servicePasswordAction_20_set = ldaptor.apps.webui.change_password.SetServicePassword |
type |
servicePasswordAction_30_random = ldaptor.apps.webui.change_password.SetRandomServicePassword |
Inherited from Page | |
NoneType |
afterRender = None |
NoneType |
beforeRender = None |
bool |
buffered = False
|
Inherited from Fragment | |
NoneType |
original = None |
Inherited from ChildLookupMixin | |
NoneType |
children = None |
Class Variable Details |
---|
addSlash
|
docFactory
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri May 6 14:58:01 2005 | http://epydoc.sf.net |