org.jvoicexml.interpreter.formitem
Class ControlItem
java.lang.Object
org.jvoicexml.interpreter.formitem.AbstractFormItem
org.jvoicexml.interpreter.formitem.ControlItem
- All Implemented Interfaces:
- DialogConstruct, FormItem, FormItemVisitable
- Direct Known Subclasses:
- BlockFormItem, InitialFormItem
public abstract class ControlItem
- extends AbstractFormItem
Implementation of a control item. Main purpose of this class is to allow a
distinction between input items and control items.
Typically, control items are not given names.
- Version:
- $Revision: 154 $
Copyright © 2005 JVoiceXML group -
http://jvoicexml.sourceforge.net/
- Author:
- Dirk Schnelle
- See Also:
InputItem
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControlItem
public ControlItem(VoiceXmlInterpreterContext context,
VoiceXmlNode voiceNode)
- Create a new control item.
- Parameters:
context - The current VoiceXmlInterpreterContext.voiceNode - The corresponding xml node in the VoiceXML document.
Copyright © 2005-2007 JVoiceXML group.