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
|
requiredTrue 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 Mon Apr 5 12:26:18 2010 | http://epydoc.sourceforge.net |