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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static voidensureFormType(DataForm dataForm, String formType) protected FormFieldgetFieldOrThrow(String fieldName) getTitle()booleanMethods 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
-
Field Details
-
formTypeFormField
-
-
Constructor Details
-
FilledForm
-
-
Method Details
-
getField
- Specified by:
getFieldin interfaceFormReader
-
getTitle
-
getInstructions
-
getDataForm
-
getFormType
-
hasField
-
getFieldOrThrow
-
ensureFormType
-