Package org.jivesoftware.smackx.xdata
Interface FormFieldWithOptions
- All Known Implementing Classes:
ListMultiFormField
,ListSingleFormField
public interface FormFieldWithOptions
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
FormFieldWithOptions.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.
-