public interface FormFieldWithOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FormFieldWithOptions.Builder<B extends FormField.Builder<?,?>> |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FormField.Option> |
getOptions()
Returns a List of the available options that the user has in order to answer
the question.
|
java.util.List<FormField.Option> getOptions()