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

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

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

Subclasses of AbstractField in tigase.jaxmpp.core.client.xmpp.forms
 class BooleanField
          Implementation of Boolean field type.
 class FixedField
          Implementation of Fixed field type.
 class HiddenField
          Implementation of Hidden field type.
 class JidMultiField
          Implementation of jid-multi field type.
 class JidSingleField
          Implementation of jid-single field type.
 class ListMultiField
          Implementation of list-multi field type.
 class ListSingleField
          Implementation of list-single field type.
 class TextMultiField
          Implementation of text-multi field type.
 class TextPrivateField
          Implementation of text-private field type.
 class TextSingleField
          Implementation of text-single field type.
 

Methods in tigase.jaxmpp.core.client.xmpp.forms with type parameters of type AbstractField
<X extends AbstractField<?>>
X
JabberDataElement.getField(String var)
          Returns field with given name.
 

Methods in tigase.jaxmpp.core.client.xmpp.forms that return types with arguments of type AbstractField
 ArrayList<AbstractField<?>> JabberDataElement.getFields()
          Returns all fields of form.
 

Methods in tigase.jaxmpp.core.client.xmpp.forms with parameters of type AbstractField
protected  void JabberDataElement.addField(AbstractField<?> f)
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.