Class Summary |
AbstractDataEventHandler |
AbstractDataEventHandler is the base implementation of the EventHandler
interface which adds support for data binding attributes. |
BasePageFlowEngine |
Base implementation of PageFlowEngine. |
EventResult |
Holder for the results of an event
|
GoEventHandler |
An EventHandler that supports explicitly going to a
named page, and adding page properties either statically or
dynamically based on values in the PageEvent . |
MethodEventHandler |
EventHandler that binds to a method with introspection. |
NullEventHandler |
Implementation of a do-nothing EventHandler. |
PageEventImpl |
Class for events triggered on a Page. |
SetEventHandler |
Sets a property value on a target MutableDataObject. |
TableEventHandler |
Implementation of EventHandler that will dispatch to other
event handlers based either or both the event name and event source. |
TrivialPageFlowEngine |
Trivial (and default) implementation of PageFlowEngine used
by AbstractPageBroker. |