Constructor and Description |
---|
Form(org.w3c.dom.Document result)
Creates a Read Object from a Document.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAcv()
Returns the address for the communication.
|
java.lang.String |
getFormTitle()
Returns the title of this form.
|
java.lang.String |
getIdnr()
Returns the ID of the Request.
|
boolean |
isSent()
Returns a flag to indicate if this form has been sent to the Automation Engine.
|
java.util.Iterator<IFormItem> |
iterator()
Returns a
java.util.Iterator to get all FormItem in this form. |
void |
setSentFlag()
Called when this Form is submitted.
|
int |
size()
Returns the number of controls in form.
|
public Form(org.w3c.dom.Document result)
result
- DOMpublic int size()
public java.util.Iterator<IFormItem> iterator()
java.util.Iterator
to get all FormItem
in this form.iterator
in interface java.lang.Iterable<IFormItem>
public java.lang.String getFormTitle()
public java.lang.String getAcv()
public boolean isSent()
true
if this form was already submitted; false
if not.public void setSentFlag()
public java.lang.String getIdnr()