Uses of Class
tigase.jaxmpp.core.client.xmpp.forms.XDataType

Packages that use XDataType
tigase.jaxmpp.core.client.xmpp.forms   
 

Uses of XDataType in tigase.jaxmpp.core.client.xmpp.forms
 

Methods in tigase.jaxmpp.core.client.xmpp.forms that return XDataType
 XDataType JabberDataElement.getType()
          Return data type.
static XDataType XDataType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XDataType[] XDataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in tigase.jaxmpp.core.client.xmpp.forms with parameters of type XDataType
 Element JabberDataElement.createSubmitableElement(XDataType type)
          Creates XML Element contains only values of fields.
 

Constructors in tigase.jaxmpp.core.client.xmpp.forms with parameters of type XDataType
JabberDataElement(XDataType type)
          Creates empty form instance.
 



Copyright © 2006-2012 Tigase. All Rights Reserved.