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 org.jivesoftware.smackx.xdata.form.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 org.jivesoftware.smackx.xdata.form.FilledForm
ensureFormType, getDataForm, getFieldOrThrow, getFormType, getInstructions, getTitle, hasFieldMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smackx.xdata.form.FormReader
readBoolean, readDate, readFirstValue, readInteger, readStringValues, readValues
-
Constructor Details
-
FillableForm
-
-
Method Details
-
writeListMulti
-
writeTextSingle
-
writeBoolean
-
write
-
write
-
setAnswer
-
setAnswer
-
setAnswer
-
setAnswer
-
write
-
getField
- Specified by:
getFieldin interfaceFormReader- Overrides:
getFieldin classFilledForm
-
getDataFormToSubmit
-
getSubmitForm
-