|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WidgetEvent | |
---|---|
org.apache.cocoon.woody.event | |
org.apache.cocoon.woody.event.impl | |
org.apache.cocoon.woody.formmodel |
Uses of WidgetEvent in org.apache.cocoon.woody.event |
---|
Subclasses of WidgetEvent in org.apache.cocoon.woody.event | |
---|---|
class |
ActionEvent
Currently this event originates from a Button
widget. |
class |
DeferredValueChangedEvent
A ValueChangedEvent that defers getting the new value from the widget
until it's actually requested. |
class |
ProcessingPhaseEvent
Event raised when a form processing phase is finished. |
class |
ValueChangedEvent
Event raised when a field value changes. |
Methods in org.apache.cocoon.woody.event with parameters of type WidgetEvent | |
---|---|
void |
FormHandler.handleEvent(WidgetEvent widgetEvent)
|
void |
AbstractFormHandler.handleEvent(WidgetEvent widgetEvent)
|
Uses of WidgetEvent in org.apache.cocoon.woody.event.impl |
---|
Methods in org.apache.cocoon.woody.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.woody.formmodel |
---|
Methods in org.apache.cocoon.woody.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 |
AbstractWidget.broadcastEvent(WidgetEvent event)
|
void |
Action.broadcastEvent(WidgetEvent event)
|
void |
MultiValueField.broadcastEvent(WidgetEvent event)
|
void |
Widget.broadcastEvent(WidgetEvent event)
Broadcast an event previously queued by this widget to its event listeners. |
void |
Repeater.RepeaterRow.broadcastEvent(WidgetEvent event)
|
void |
BooleanField.broadcastEvent(WidgetEvent event)
|
void |
Field.broadcastEvent(WidgetEvent event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |