Uses of Class
org.apache.cocoon.forms.event.WidgetEvent

Packages that use WidgetEvent
org.apache.cocoon.forms.event   
org.apache.cocoon.forms.event.impl   
org.apache.cocoon.forms.formmodel   
org.apache.cocoon.forms.formmodel.tree   
 

Uses of WidgetEvent in org.apache.cocoon.forms.event
 

Subclasses of WidgetEvent in org.apache.cocoon.forms.event
 class ActionEvent
          Currently this event originates from a Button widget.
 class CreateEvent
          An event raised when a widget is created, once it has been fully set up.
 class DeferredValueChangedEvent
          A ValueChangedEvent that defers getting the new value from the widget until it's actually requested.
 class ImageMapEvent
          Currently this event originates from a ImageMap widget.
 class ProcessingPhaseEvent
          Event raised when a form processing phase is finished.
 class RepeaterEvent
          An event raised when a repeater widget row is added, removed or reordered.
 class ValueChangedEvent
          Event raised when a field value changes.
 

Methods in org.apache.cocoon.forms.event with parameters of type WidgetEvent
 void FormHandler.handleEvent(WidgetEvent widgetEvent)
           
 void AbstractFormHandler.handleEvent(WidgetEvent widgetEvent)
           
 

Uses of WidgetEvent in org.apache.cocoon.forms.event.impl
 

Methods in org.apache.cocoon.forms.event.impl with parameters of type WidgetEvent
protected  void JavaScriptWidgetListener.callScript(WidgetEvent event)
          Call the script that implements the event handler
 

Uses of WidgetEvent in org.apache.cocoon.forms.formmodel
 

Methods in org.apache.cocoon.forms.formmodel with parameters of type WidgetEvent
 void Form.addWidgetEvent(WidgetEvent event)
          Events produced by child widgets should not be fired immediately, but queued in order to ensure an overall consistency of the widget tree before being handled.
 void Widget.broadcastEvent(WidgetEvent event)
          Broadcast an event previously queued by this widget to its event listeners.
 void Upload.broadcastEvent(WidgetEvent event)
           
 void Repeater.broadcastEvent(WidgetEvent event)
           
 void Repeater.RepeaterRow.broadcastEvent(WidgetEvent event)
           
 void Output.broadcastEvent(WidgetEvent event)
           
 void MultiValueField.broadcastEvent(WidgetEvent event)
           
 void ImageMap.broadcastEvent(WidgetEvent event)
           
 void GoogleMap.broadcastEvent(WidgetEvent event)
           
 void Field.broadcastEvent(WidgetEvent event)
           
 void BooleanField.broadcastEvent(WidgetEvent event)
           
 void Action.broadcastEvent(WidgetEvent event)
           
 void AbstractWidget.broadcastEvent(WidgetEvent event)
          Broadcast an event previously queued by this widget to its event listeners.
 

Uses of WidgetEvent in org.apache.cocoon.forms.formmodel.tree
 

Subclasses of WidgetEvent in org.apache.cocoon.forms.formmodel.tree
 class TreeSelectionEvent
          An event fired when the selection of a Tree changes.
 

Methods in org.apache.cocoon.forms.formmodel.tree with parameters of type WidgetEvent
 void Tree.broadcastEvent(WidgetEvent event)
           
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.