|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExecutableForm
ExecutableForms are either <form> or
a <menu> and are interpreted via the
FormInterpretationAlgorithm.
They can contain FormItems.
Copyright © 2006-2007 JVoiceXML group - http://jvoicexml.sourceforge.net/
FormInterpretationAlgorithm,
FormItem| Field Summary | |
|---|---|
static String |
UNNAMED_FORM
Default name of an unnamed form. |
| Method Summary | |
|---|---|
NodeList |
getChildNodes()
Retrieves the child nodes of this executable form. |
Collection<FormItem> |
getFormItems(VoiceXmlInterpreterContext context)
Retrieves all FormItems, defined in this form. |
String |
getId()
Retrieves the identifier of this ExecutableForm. |
| Field Detail |
|---|
static final String UNNAMED_FORM
| Method Detail |
|---|
String getId()
ExecutableForm.
It allows the ExecutableForm to be target of
a <goto> or a <submit>.
If the related form or menu does not provide an id,
UNNAMED_FORM is returned as the id for this form.
UNNAMED_FORMNodeList getChildNodes()
Collection<FormItem> getFormItems(VoiceXmlInterpreterContext context)
FormItems, defined in this form.
context - The current context.
FormItems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||