public static class DataForm.Item extends Object
| Constructor and Description |
|---|
DataForm.Item(List<FormField> fields) |
| Modifier and Type | Method and Description |
|---|---|
List<FormField> |
getFields()
Returns the fields that define the data that goes with the item.
|
CharSequence |
toXML() |
public static final String ELEMENT
public DataForm.Item(List<FormField> fields)
public List<FormField> getFields()
public CharSequence toXML()