java.lang.Object
com.voytechs.html.event.DispatcherBroker
com.voytechs.html.event.HtmlDispatcherBroker
- public class HtmlDispatcherBroker
- extends DispatcherBroker
Specialized container object for holding dispatcher
listeners. Because of dynamic binding of HTML components and
the dispatcher, addtion of listeners has to be delayed until
the dispatcher bound and initlizated otherwise the binding can't
occur. This object adapts to the HTML component special requirements
such as generating a URL acceptable parameters or HTML Form tags.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uniqName
private java.lang.String uniqName
dispatcher
private HtmlDispatcher dispatcher
HtmlDispatcherBroker
public HtmlDispatcherBroker(int componentType)
setDispatcher
public void setDispatcher(HtmlDispatcher dispatcher)
throws EventException
- Sets the global dispatcher. Late bindings, adding
delayed listeners, etc. Called after the full component tree is built.
getElementName
public java.lang.String getElementName()
- Get the uniq name of the component.
main
public static void main(java.lang.String[] args)
- Test function for HtmlDispatcherBroker