Uses of Class
org.jivesoftware.smackx.xdata.form.SubmitForm
Packages that use SubmitForm
Package
Description
Smacks implementation of XEP-0050: Ad-Hoc Commands.
Smacks high-level API for XEP-0004: Data Forms.
- 
Uses of SubmitForm in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands with parameters of type SubmitFormModifier and TypeMethodDescriptionAdHocCommand.complete(SubmitForm filledForm) Completes the command execution with the information provided in theresponse.protected abstract AdHocCommandDataAdHocCommandHandler.complete(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandDataAdHocCommandHandler.SingleStage.complete(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandResultAdHocCommand.next(SubmitForm filledForm) Executes the next action of the command with the information provided in theresponse.protected abstract AdHocCommandDataAdHocCommandHandler.next(AdHocCommandDataBuilder response, SubmitForm submittedForm) final AdHocCommandDataAdHocCommandHandler.SingleStage.next(AdHocCommandDataBuilder response, SubmitForm submittedForm)  - 
Uses of SubmitForm in org.jivesoftware.smackx.xdata.form
Methods in org.jivesoftware.smackx.xdata.form that return SubmitForm