Package org.jivesoftware.smackx.xdata
Interface FormFieldWithOptions
-
- All Known Implementing Classes:
ListMultiFormField
,ListSingleFormField
public interface FormFieldWithOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
FormFieldWithOptions.Builder<B extends FormField.Builder<?,?>>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<FormField.Option>
getOptions()
Returns a List of the available options that the user has in order to answer the question.
-
-
-
Method Detail
-
getOptions
List<FormField.Option> getOptions()
Returns a List of the available options that the user has in order to answer the question.- Returns:
- List of the available options.
-
-