Home | Trees | Index | Help |
|
---|
Package ldaptor :: Package apps :: Package webui :: Module gadget :: Class LDAPDN |
|
object
--+ |Element
--+ |Attribute
--+ |Typed
--+ |String
--+ | LDAPDN
Method Summary | |
---|---|
coerce(self,
*a,
**kw)
| |
Inherited from String | |
| |
Inherited from Typed | |
| |
Inherited from Element | |
Returns the documentation for the object. | |
Returns the name of the object. | |
Returns the value associated with 'tag'. | |
Returns a list of all tags. | |
Returns the value associated with 'tag'. | |
Associates 'value' with 'key'. | |
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) |
Instance Variable Summary | |
---|---|
Inherited from Typed | |
str |
default : A default value that may be used as an initial value in the form. |
NoneType |
description : A long description which further describes the sort of input the user
is expected to provide. |
NoneType |
label : The short label which will describe this parameter/proerties purpose
to the user. |
NoneType |
null : The value which will be produced if required is False and the user
does not provide a value |
bool |
required : Whether the user is required to provide a value |
bool |
unicode : Iff true, try to determine the character encoding of the data from the
browser and pass unicode strings to coerce. |
Class Variable Summary | |
---|---|
Implements |
__implemented__ = <implementedBy ldaptor.apps.webui.gadg...
|
_implementsTuple |
__implements__ = (<MetaInterface formless.iformless.ITyp...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
Inherited from String | |
str |
requiredFailMessage = 'Please enter a string.'
|
bool |
strip = False
|
Inherited from Typed | |
str |
__name__ = 'Typed'
|
bool |
complexType = False
|
Inherited from Attribute | |
NoneType |
interface = None |
Inherited from Element | |
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
Class Variable Details |
---|
__implemented__
|
__implements__
|
__provides__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed May 3 13:51:13 2006 | http://epydoc.sf.net |