Package | Description |
---|---|
org.jivesoftware.smackx.xdata | |
org.jivesoftware.smackx.xdata.packet | |
org.jivesoftware.smackx.xdatavalidation.packet |
Modifier and Type | Method and Description |
---|---|
FormField |
Form.getField(String variable)
Returns the field of the form whose variable matches the specified variable.
|
Modifier and Type | Method and Description |
---|---|
List<FormField> |
Form.getFields()
Returns a List of the fields that are part of the form.
|
Modifier and Type | Method and Description |
---|---|
void |
Form.addField(FormField field)
Adds a new field to complete as part of the form.
|
Modifier and Type | Method and Description |
---|---|
FormField |
DataForm.getField(String variableName)
Return the form field with the given variable name or null.
|
FormField |
DataForm.getHiddenFormTypeField()
Returns the hidden FORM_TYPE field or null if this data form has none.
|
Modifier and Type | Method and Description |
---|---|
List<FormField> |
DataForm.getFields()
Returns a List of the fields that are part of the form.
|
List<FormField> |
DataForm.ReportedData.getFields()
Returns the fields returned from a search.
|
List<FormField> |
DataForm.Item.getFields()
Returns the fields that define the data that goes with the item.
|
Modifier and Type | Method and Description |
---|---|
void |
DataForm.addField(FormField field)
Adds a new field as part of the form.
|
Constructor and Description |
---|
Item(List<FormField> fields) |
ReportedData(List<FormField> fields) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ValidateElement.checkConsistency(FormField formField)
Check if this element is consistent according to the business rules in XEP=0122
|
void |
ValidateElement.BasicValidateElement.checkConsistency(FormField formField) |
void |
ValidateElement.OpenValidateElement.checkConsistency(FormField formField) |
void |
ValidateElement.RangeValidateElement.checkConsistency(FormField formField) |
void |
ValidateElement.RegexValidateElement.checkConsistency(FormField formField) |
protected void |
ValidateElement.checkListRangeConsistency(FormField formField)
The
|
protected void |
ValidateElement.checkNonMultiConsistency(FormField formField,
String method) |