Uses of Class
org.jvoicexml.interpreter.formitem.FieldFormItem

Packages that use FieldFormItem
org.jvoicexml.interpreter This package contains the core interpreter. 
org.jvoicexml.interpreter.event This package contains the classes to capture the events that are coming from the implementation platform. 
 

Uses of FieldFormItem in org.jvoicexml.interpreter
 

Methods in org.jvoicexml.interpreter with parameters of type FieldFormItem
 void EventHandler.collect(VoiceXmlInterpreterContext context, VoiceXmlInterpreter interpreter, FormInterpretationAlgorithm fia, FieldFormItem field)
          Add all event handlers defined in the given field.
 EventHandler FormItemVisitor.visitFieldFormItem(FieldFormItem field)
          If a <field> is visited, the FIA selects and queues up any prompts based on the item'sprompt counter and prompt conditions.
 EventHandler FormInterpretationAlgorithm.visitFieldFormItem(FieldFormItem field)
          If a <field> is visited, the FIA selects and queues up any prompts based on the item'sprompt counter and prompt conditions. If a <field> is visited, the FIA selects and queues up any prompts based on the item'sprompt counter and prompt conditions.
 

Uses of FieldFormItem in org.jvoicexml.interpreter.event
 

Methods in org.jvoicexml.interpreter.event with parameters of type FieldFormItem
 void JVoiceXmlEventHandler.collect(VoiceXmlInterpreterContext context, VoiceXmlInterpreter interpreter, FormInterpretationAlgorithm fia, FieldFormItem field)
          Add all event handlers defined in the given field.
 



Copyright © 2005-2007 JVoiceXML group.