Class FilledForm
java.lang.Object
org.jivesoftware.smackx.xdata.form.FilledForm
- All Implemented Interfaces:
FormReader
- Direct Known Subclasses:
FillableForm
,FilledConfigureForm
,FilledSubscribeForm
,Form
,SoftwareInfoForm
,SubmitForm
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static void
ensureFormType
(DataForm dataForm, String formType) protected FormField
getFieldOrThrow
(String fieldName) getTitle()
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smackx.xdata.form.FormReader
readBoolean, readDate, readFirstValue, readInteger, readStringValues, readValues
-
Field Details
-
formTypeFormField
-
-
Constructor Details
-
FilledForm
-
-
Method Details
-
getField
- Specified by:
getField
in interfaceFormReader
-
getTitle
-
getInstructions
-
getDataForm
-
getFormType
-
hasField
-
getFieldOrThrow
-
ensureFormType
-