Package | org.igniterealtime.xiff.data.forms.enum |
Class | public class FormType |
Inheritance | FormType ![]() |
See also
Constant | Defined 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 |
CANCEL | Constant |
public static const CANCEL:String = cancel
The form-submitting entity has cancelled submission of data to the form-processing entity.
FORM | Constant |
public static const FORM:String = form
The form-processing entity is asking the form-submitting entity to complete a form.
RESULT | Constant |
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.
SUBMIT | Constant |
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.