Uses of Class
org.jivesoftware.smackx.xdata.form.SubmitForm
-
Packages that use SubmitForm Package Description org.jivesoftware.smackx.commands Smacks implementation of XEP-0050: Ad-Hoc Commands.org.jivesoftware.smackx.xdata.form 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 SubmitForm Modifier and Type Method Description AdHocCommandResultAdHocCommand. complete(SubmitForm filledForm)Completes the command execution with the information provided in theresponse.protected abstract AdHocCommandDataAdHocCommandHandler. complete(AdHocCommandDataBuilder response, SubmitForm submittedForm)AdHocCommandDataAdHocCommandHandler.SingleStage. complete(AdHocCommandDataBuilder response, SubmitForm submittedForm)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)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 Modifier and Type Method Description SubmitFormFillableForm. getSubmitForm()
-