Package common :: Module dataforms :: Class StringField
[hide private]
[frames] | no frames]

Class StringField

source code


Covers fields of types: fixed, hidden, text-private, text-single
Instance Methods [hide private]
 
value()
Value of field.
source code

Inherited from DataField: __init__, description, is_valid, label, media, required, type, var

Inherited from xmpp.simplexml.Node: __contains__, __delitem__, __getattr__, __getitem__, __setitem__, __str__, addChild, addData, clearData, delAttr, delChild, getAttr, getAttrs, getChildren, getData, getName, getNamespace, getParent, getPayload, getTag, getTagAttr, getTagData, getTags, has_attr, iterTags, lookup_nsp, setAttr, setData, setName, setNamespace, setParent, setPayload, setTag, setTagAttr, setTagData

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Methods [hide private]

Inherited from ExtendedNode: __new__

Class Variables [hide private]

Inherited from xmpp.simplexml.Node: FORCE_NODE_RECREATION

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

value()

source code 
Value of field. May be any unicode string
Decorators:
  • @nested_property