Uses of Class
org.zkoss.zk.ui.event.GenericEventListener

Packages that use GenericEventListener
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zkdemo.test   
org.zkoss.zkdemo.test2   
org.zkoss.zkdemo.userguide   
 

Uses of GenericEventListener in org.zkoss.zk.ui.util
 

Subclasses of GenericEventListener in org.zkoss.zk.ui.util
 class GenericAutowireComposer
          An abstract composer that you can extend and write intuitive onXxx event handler methods with "auto-wired" accessible variable objects such as implicit objects, components, and external resolvable variables in a ZK zuml page; this class will registers onXxx events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.
 class GenericComposer
          An abstract composer that you can extend and write intuitive onXxx event handler methods; this class will registers onXxx events to the supervised component automatically.
 class GenericForwardComposer
          An abstract composer that you can extend and write intuitive onXxx$myid event handler methods with auto event forwarding and "auto-wired" accessible variable objects such as embedded objects, components, and external resolvable variables in a ZK zuml page; this class will add forward condition to the myid source component and forward source onXxx event received by the source myid component to the target onXxx$myid event (as defined in this composer) of the supervised target component; of course it will also registers onXxx$myid events to the supervised component and wire all accessible variable objects to this composer by calling setXxx() method or set xxx field value directly per the variable name.
 

Uses of GenericEventListener in org.zkoss.zkdemo.test
 

Subclasses of GenericEventListener in org.zkoss.zkdemo.test
 class MyAutowireComposer
           
 class MyForwardComposer
          Test code for GenericForwardComposer.
 

Uses of GenericEventListener in org.zkoss.zkdemo.test2
 

Subclasses of GenericEventListener in org.zkoss.zkdemo.test2
 class B2241309Composer
           
 class B2446682
           
 class VariableComposer
          Test feature #2778508 (assign as variable beforeCompose) Test feature #2778513 (assign as variable id$composer)
 class ZscriptComposer
          Test whether ZScript variable can be wired.
 

Uses of GenericEventListener in org.zkoss.zkdemo.userguide
 

Subclasses of GenericEventListener in org.zkoss.zkdemo.userguide
 class DemoWindowComposer
           
 class MainLayoutComposer
           
 



Copyright © 2005-2009 Potix Corporation. All Rights Reserved.