Class ListMultiFormField
java.lang.Object
org.jivesoftware.smackx.xdata.FormField
org.jivesoftware.smackx.xdata.AbstractMultiFormField
org.jivesoftware.smackx.xdata.ListMultiFormField
- All Implemented Interfaces:
Element, NamedElement, XmlElement, XmlLangElement, FormFieldWithOptions
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class FormField
FormField.Description, FormField.Option, FormField.Required, FormField.Type, FormField.Value -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a List of the available options that the user has in order to answer the question.protected voidPopulateFormField.extraXmlChildElements.Methods inherited from class AbstractMultiFormField
getRawValuesMethods inherited from class FormField
asHiddenFormTypeFieldIfPossible, booleanBuilder, builder, buildHiddenFormType, equals, fixedBuilder, fixedBuilder, getDescription, getElementName, getFieldName, getFirstValue, getFirstValueAsDate, getFormFieldChildElement, getFormFieldChildElements, getFormFieldChildElements, getLabel, getNamespace, getQName, getRawValueCharSequences, getType, getValues, getValuesAsString, hashCode, hasValueSet, hiddenBuilder, ifPossibleAs, ifPossibleAsOrThrow, isRequired, jidMultiBuilder, jidSingleBuilder, listMultiBuilder, listSingleBuilder, textMultiBuilder, textPrivateBuilder, textSingleBuilder, toXML, toXMLMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface XmlElement
getLanguage
-
Constructor Details
-
ListMultiFormField
-
-
Method Details
-
getOptions
Description copied from interface:FormFieldWithOptionsReturns a List of the available options that the user has in order to answer the question.- Specified by:
getOptionsin interfaceFormFieldWithOptions- Returns:
- List of the available options.
-
populateExtraXmlChildElements
Description copied from class:FormFieldPopulateFormField.extraXmlChildElements. Note that this method may be overridden by subclasses.- Overrides:
populateExtraXmlChildElementsin classFormField
-
asBuilder
-