|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.taursys.xml.event.Dispatcher
com.taursys.xml.event.InputDispatcher
InputDispatcher is a Dispatcher for InputEvents
| Field Summary |
| Fields inherited from class com.taursys.xml.event.Dispatcher |
components, map |
| Constructor Summary | |
InputDispatcher()
Constructs a new InputDispatcher |
|
| Method Summary | |
void |
dispatchToComponent(Component c)
Dispatches an InputEvent to the given component. |
| Methods inherited from class com.taursys.xml.event.Dispatcher |
addNotify, dispatch, dispatch, dispatch, getIndex, getParameter, getParentDispatcher, getParentIndex, incrementIndex, removeNotify, resetIndex, setParentDispatcher |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InputDispatcher()
| Method Detail |
public void dispatchToComponent(Component c)
throws java.lang.Exception
Dispatches an InputEvent to the given component.
If the given Component is a Container,
an InputEvent with the entire value map is dispatched.
If the given Component is a Parameter then
normal dispatching occurs (see following). If the given
Component is neither of the above two types, then no
dispatching occurs.
A components will only be dispatched its own input as specified by
its parameter property. If the component's
parameter is present, then the event will contain that value.
If the parameter is NOT present, AND the component's
defaultValue is set, then the event will contain the
defaultValue. If the parameter is NOT present
and defaultValue is NULL, no event will be dispatched.
dispatchToComponent in class Dispatcherc - the Component to dispatch to
java.lang.Exception - from the components dispatchEvent method
if occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||