Class FillableForm
java.lang.Object
org.jivesoftware.smackx.xdata.form.FilledForm
org.jivesoftware.smackx.xdata.form.FillableForm
- All Implemented Interfaces:
FormReader
- Direct Known Subclasses:
FillableConfigureForm, FillableSubscribeForm
-
Field Summary
Fields inherited from class FilledForm
formTypeFormField -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsetAnswer(String fieldName, CharSequence answer) voidsetAnswer(String fieldName, Collection<? extends CharSequence> answers) protected voidprotected voidfinal voidprotected voidwriteBoolean(String fieldName, boolean value) protected voidwriteListMulti(String fieldName, List<? extends CharSequence> values) protected voidwriteTextSingle(String fieldName, CharSequence value) Methods inherited from class FilledForm
ensureFormType, getDataForm, getFieldOrThrow, getFormType, getInstructions, getTitle, hasFieldMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FormReader
readBoolean, readDate, readFirstValue, readInteger, readStringValues, readValues
-
Constructor Details
-
FillableForm
-
-
Method Details
-
getMissingRequiredFields
-
writeListMulti
-
writeTextSingle
-
writeBoolean
-
write
-
write
-
setAnswer
-
setAnswer
-
setAnswer
-
setAnswer
-
write
-
getField
- Specified by:
getFieldin interfaceFormReader- Overrides:
getFieldin classFilledForm
-
getDataFormToSubmit
-
getSubmitForm
-