Home | Trees | Indices | Help |
|
---|
|
object --+ | objects.StanzaPayloadObject --+ | Field
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Field |
|
|
|||
: unicode
|
xml_element_name =
: name for the XML element provided by the class. |
||
: unicode
|
xml_element_namespace =
: namespace URI for the XML element provided by the class. |
||
allowed_types =
|
|
|||
: unicode
|
desc : natural-language description of the field. |
||
: unicode
|
label : field label (human-readable description). |
||
: unicode
|
name : field name. |
||
: Option |
options : field options (for "list-multi" or "list-single" fields). |
||
: boolean
|
required : True when the field is required.
|
||
: str
|
type : field type ("boolean", "fixed", "hidden", "jid-multi", "jid-single", "list-multi", "list-single", "text-multi", "text-private" or "text-single"). |
||
: bool for "boolean" field, JID for "jid-single", list of JID
for "jid-multi", list of unicode for "list-multi" and "text-multi"
and unicode for other field types.
|
value : field value parsed according to the form type. |
||
: list of unicode
|
values : field values. |
|
|||
Inherited from |
|
|
x.__setattr__('name', value) <==> x.name = value
|
|
self content.
|
|
|
allowed_types
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun May 8 13:35:00 2011 | http://epydoc.sourceforge.net |