Package org.jivesoftware.smackx.xdata
Interface FormFieldWithOptions
- All Known Implementing Classes:
ListMultiFormField,ListSingleFormField
public interface FormFieldWithOptions
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceFormFieldWithOptions.Builder<B extends FormField.Builder<?,?>> -
Method Summary
Modifier and TypeMethodDescriptionReturns a List of the available options that the user has in order to answer the question.
-
Method Details
-
getOptions
Returns a List of the available options that the user has in order to answer the question.- Returns:
- List of the available options.
-