Uses of Class
org.jivesoftware.smackx.FormField.Option

Packages that use FormField.Option
org.jivesoftware.smackx Smack extensions API. 
 

Uses of FormField.Option in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx that return types with arguments of type FormField.Option
 java.util.Iterator<FormField.Option> FormField.getOptions()
          Returns an Iterator for the available options that the user has in order to answer the question.
 

Methods in org.jivesoftware.smackx with parameters of type FormField.Option
 void FormField.addOption(FormField.Option option)
          Adss an available options to the question that the user has in order to answer the question.