Packageorg.igniterealtime.xiff.data.forms.enum
Classpublic class FormType
InheritanceFormType Inheritance Object

Four different types of form that can exist according to XEP-0004.

See also

http://xmpp.org/extensions/xep-0004.html#protocol-formtypes


Public Constants
 ConstantDefined By
  CANCEL : String = cancel
[static] The form-submitting entity has cancelled submission of data to the form-processing entity.
FormType
  FORM : String = form
[static] The form-processing entity is asking the form-submitting entity to complete a form.
FormType
  RESULT : String = result
[static] The form-processing entity is returning data (e.g., search results) to the form-submitting entity, or the data is a generic data set.
FormType
  SUBMIT : String = submit
[static] The form-submitting entity is submitting data to the form-processing entity.
FormType
Constant Detail
CANCELConstant
public static const CANCEL:String = cancel

The form-submitting entity has cancelled submission of data to the form-processing entity.

FORMConstant 
public static const FORM:String = form

The form-processing entity is asking the form-submitting entity to complete a form.

RESULTConstant 
public static const RESULT:String = result

The form-processing entity is returning data (e.g., search results) to the form-submitting entity, or the data is a generic data set.

SUBMITConstant 
public static const SUBMIT:String = submit

The form-submitting entity is submitting data to the form-processing entity. The submission MAY include fields that were not provided in the empty form, but the form-processing entity MUST ignore any fields that it does not understand.