Class ConfigureForm
- java.lang.Object
-
- org.jivesoftware.smackx.xdata.form.FilledForm
-
- org.jivesoftware.smackx.xdata.form.Form
-
- org.jivesoftware.smackx.pubsub.form.ConfigureForm
-
- All Implemented Interfaces:
ConfigureFormReader
,FormReader
public class ConfigureForm extends Form implements ConfigureFormReader
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.smackx.xdata.form.FilledForm
formTypeFormField
-
Fields inherited from interface org.jivesoftware.smackx.pubsub.form.ConfigureFormReader
FORM_TYPE
-
-
Constructor Summary
Constructors Constructor Description ConfigureForm(DataForm dataForm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FillableConfigureForm
getFillableForm()
-
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.pubsub.form.ConfigureFormReader
getAccessModel, getBodyXSLT, getChildren, getChildrenAssociationPolicy, getChildrenAssociationWhitelist, getChildrenMax, getCollection, getDataformXSLT, getDataType, getItemReply, getMaxItems, getMaxPayloadSize, getNodeType, getNotificationType, getPublishModel, getRosterGroupsAllowed, getTitle, isDeliverPayloads, isNotifyConfig, isNotifyDelete, isNotifyRetract, isPersistItems, isPresenceBasedDelivery, isSubscribe
-
Methods inherited from interface org.jivesoftware.smackx.xdata.form.FormReader
getField, readBoolean, readDate, readFirstValue, readInteger, readStringValues, readValues
-
-
-
-
Constructor Detail
-
ConfigureForm
public ConfigureForm(DataForm dataForm)
-
-
Method Detail
-
getFillableForm
public FillableConfigureForm getFillableForm()
- Overrides:
getFillableForm
in classForm
-
-