public class ListSingleFormField extends AbstractSingleStringValueFormField implements FormFieldWithOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
ListSingleFormField.Builder |
FormField.Description, FormField.Option, FormField.Required, FormField.Type, FormField.Value| Modifier | Constructor and Description |
|---|---|
protected |
ListSingleFormField(ListSingleFormField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
ListSingleFormField.Builder |
asBuilder() |
java.util.List<FormField.Option> |
getOptions()
Returns a List of the available options that the user has in order to answer
the question.
|
protected void |
populateExtraXmlChildElements() |
getValue, getValueAsIntgetValuesasHiddenFormTypeFieldIfPossible, booleanBuilder, builder, buildHiddenFormType, equals, fixedBuilder, fixedBuilder, getDescription, getElementName, getFieldName, getFirstValue, getFirstValueAsDate, getFormFieldChildElement, getFormFieldChildElements, getFormFieldChildElements, getLabel, getNamespace, getQName, getType, getValuesAsString, getVariable, hashCode, hasValueSet, hiddenBuilder, ifPossibleAs, ifPossibleAsOrThrow, isRequired, jidMultiBuilder, jidSingleBuilder, listMultiBuilder, listSingleBuilder, textMultiBuilder, textPrivateBuilder, textSingleBuilder, toXML, toXMLprotected ListSingleFormField(ListSingleFormField.Builder builder)
public java.util.List<FormField.Option> getOptions()
FormFieldWithOptionsgetOptions in interface FormFieldWithOptionspublic ListSingleFormField.Builder asBuilder()
protected void populateExtraXmlChildElements()
populateExtraXmlChildElements in class SingleValueFormField