Package org.jivesoftware.smackx.xdata
Class AbstractMultiFormField
java.lang.Object
org.jivesoftware.smackx.xdata.FormField
org.jivesoftware.smackx.xdata.AbstractMultiFormField
- All Implemented Interfaces:
Element,NamedElement,XmlElement,XmlLangElement
- Direct Known Subclasses:
ListMultiFormField,TextMultiFormField
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAbstractMultiFormField.Builder<F extends AbstractMultiFormField,B extends FormField.Builder<F, B>> Nested classes/interfaces inherited from class org.jivesoftware.smackx.xdata.FormField
FormField.Description, FormField.Option, FormField.Required, FormField.Type, FormField.Value -
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractMultiFormField(AbstractMultiFormField.Builder<?, ?> builder) -
Method Summary
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, getValues, getValuesAsString, hashCode, hasValueSet, hiddenBuilder, ifPossibleAs, ifPossibleAsOrThrow, isRequired, jidMultiBuilder, jidSingleBuilder, listMultiBuilder, listSingleBuilder, populateExtraXmlChildElements, textMultiBuilder, textPrivateBuilder, textSingleBuilder, toXML, toXMLMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage
-
Constructor Details
-
AbstractMultiFormField
-
-
Method Details
-
getRawValues
- Specified by:
getRawValuesin classFormField
-