Package org.jivesoftware.smackx.xdata
Class JidMultiFormField
java.lang.Object
org.jivesoftware.smackx.xdata.FormField
org.jivesoftware.smackx.xdata.JidMultiFormField
- All Implemented Interfaces:
Element
,NamedElement
,XmlElement
,XmlLangElement
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smackx.xdata.FormField
FormField.Description, FormField.Option, FormField.Required, FormField.Type, FormField.Value
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a List of the default values of the question if the question is part of a form to fill out.Methods inherited from class org.jivesoftware.smackx.xdata.FormField
asHiddenFormTypeFieldIfPossible, booleanBuilder, builder, buildHiddenFormType, equals, fixedBuilder, fixedBuilder, getDescription, getElementName, getFieldName, getFirstValue, getFirstValueAsDate, getFormFieldChildElement, getFormFieldChildElements, getFormFieldChildElements, getLabel, getNamespace, getQName, getRawValueCharSequences, getType, getValuesAsString, hashCode, hasValueSet, hiddenBuilder, ifPossibleAs, ifPossibleAsOrThrow, isRequired, jidMultiBuilder, jidSingleBuilder, listMultiBuilder, listSingleBuilder, populateExtraXmlChildElements, textMultiBuilder, textPrivateBuilder, textSingleBuilder, toXML, toXML
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage
-
Method Details
-
getValues
Description copied from class:FormField
Returns a List of the default values of the question if the question is part of a form to fill out. Otherwise, returns a List of the answered values of the question. -
getRawValues
- Specified by:
getRawValues
in classFormField
-
asBuilder
-