|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.interpreter.form.ExecutableMenuForm
public final class ExecutableMenuForm
Implementation of an ExecutableForm for the
<menu> tag.
Copyright © 2006-2007 JVoiceXML group - http://jvoicexml.sourceforge.net/
Menu| Field Summary |
|---|
| Fields inherited from interface org.jvoicexml.interpreter.ExecutableForm |
|---|
UNNAMED_FORM |
| Constructor Summary | |
|---|---|
ExecutableMenuForm(Menu tag)
Constructs a new object. |
|
| Method Summary | |
|---|---|
NodeList |
getChildNodes()
Retrieves the child nodes of this executable form. |
Collection<FormItem> |
getFormItems(VoiceXmlInterpreterContext context)
Retrieves all FormItems, defined in this form.
Creates an anonymous field, which does not exist in the document. |
String |
getId()
Retrieves the identifier of this ExecutableForm. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutableMenuForm(Menu tag)
tag - The menu tag.| Method Detail |
|---|
public 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.
getId in interface ExecutableFormExecutableForm.UNNAMED_FORMpublic NodeList getChildNodes()
getChildNodes in interface ExecutableFormpublic Collection<FormItem> getFormItems(VoiceXmlInterpreterContext context)
FormItems, defined in this form.
Creates an anonymous field, which does not exist in the document.
getFormItems in interface ExecutableFormcontext - The current context.
FormItems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||