org.apache.cocoon.woody.event |
|
Java Source File Name | Type | Comment |
AbstractFormHandler.java | Class | Abstract implementation of
FormHandler , which checks the type
of the WidgetEvent and calls the more specific
AbstractFormHandler.handleActionEvent(ActionEvent) or
AbstractFormHandler.handleValueChangedEvent(ValueChangedEvent) methods. |
ActionEvent.java | Class | Currently this event originates from a
org.apache.cocoon.woody.formmodel.Action Button widget. |
ActionListener.java | Interface | |
DeferredValueChangedEvent.java | Class | A
ValueChangedEvent that defers getting the new value from the widget
until it's actually requested. |
FormHandler.java | Interface | A FormHandler can be registered with a
org.apache.cocoon.woody.formmodel.Form Form ,
and will then receive all events fired by widgets on the form. |
ProcessingPhase.java | Class | Type-safe enumeration of the various form processing phases. |
ProcessingPhaseEvent.java | Class | Event raised when a form processing phase is finished. |
ProcessingPhaseListener.java | Interface | Listener invoked when a form processing phase ends. |
ValueChangedEvent.java | Class | Event raised when a field value changes. |
ValueChangedListener.java | Interface | Listener invoked when a field value changes. |
WidgetEvent.java | Class | Base class for events sent by form widgets. |
WidgetEventMulticaster.java | Class | Convenience class to handle all widget event listeners. |
WidgetListener.java | Interface | Base interface for all widget event listeners. |
WidgetListenerBuilder.java | Interface | A component that build widget event listeners. |
WidgetListenerBuilderUtil.java | Class | |