Smack/smack-extensions/src/main/java/org/jivesoftware/smackx/xdata/form
Frank Matheron d4d2a7a6d8 [xdata] Do not require FORM_TYPE field in FilledForm
The FillableForm API is the most convenient way of filling out a
form. Currently only forms with a FORM_TYPE can be filled, due to a
restriction in FillableForm. This makes filling out untyped forms very
cumbersome.

This commit removes the required FORM_TYPE when using FilledForm (and
therefor FillableForm). Some subclasses of FilledForm already check
that the correct FORM_TYPE is set using FilledForm#ensureFormType().
2021-03-03 12:42:17 +01:00
..
FillableForm.java [xdata] Do not require FORM_TYPE field in FilledForm 2021-03-03 12:42:17 +01:00
FilledForm.java [xdata] Do not require FORM_TYPE field in FilledForm 2021-03-03 12:42:17 +01:00
Form.java Re-work data form API 2020-05-13 20:14:41 +02:00
FormReader.java [xdata] Rename FormReader.read(String) to getField(String) 2020-05-14 17:13:01 +02:00
package-info.java Re-work data form API 2020-05-13 20:14:41 +02:00