Class FilledSubscribeForm
- java.lang.Object
-
- org.jivesoftware.smackx.xdata.form.FilledForm
-
- org.jivesoftware.smackx.pubsub.form.FilledSubscribeForm
-
- All Implemented Interfaces:
SubscribeFormReader
,FormReader
public class FilledSubscribeForm extends FilledForm implements SubscribeFormReader
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.smackx.xdata.form.FilledForm
formTypeFormField
-
Fields inherited from interface org.jivesoftware.smackx.pubsub.form.SubscribeFormReader
FORM_TYPE
-
-
Constructor Summary
Constructors Constructor Description FilledSubscribeForm(DataForm dataForm)
-
Method Summary
-
Methods inherited from class org.jivesoftware.smackx.xdata.form.FilledForm
ensureFormType, getDataForm, getField, getFieldOrThrow, getFormType, getInstructions, getTitle, hasField
-
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
getField, readBoolean, readDate, readFirstValue, readInteger, readStringValues, readValues
-
Methods inherited from interface org.jivesoftware.smackx.pubsub.form.SubscribeFormReader
getDigestFrequency, getExpiry, getShowValues, isDeliverOn, isDigestOn, isIncludeBody
-
-
-
-
Constructor Detail
-
FilledSubscribeForm
public FilledSubscribeForm(DataForm dataForm)
-
-