Package | Description |
---|---|
org.jivesoftware.smackx.xdata |
Modifier and Type | Method and Description |
---|---|
List<FormField.Option> |
FormField.getOptions()
Returns a List of the available options that the user has in order to answer
the question.
|
Modifier and Type | Method and Description |
---|---|
void |
FormField.addOption(FormField.Option option)
Adss an available options to the question that the user has in order to answer
the question.
|