Uses of Interface
org.zkoss.zk.ui.util.ComposerExt

Packages that use ComposerExt
org.zkoss.bind ZK Bind Library 
org.zkoss.zk.ui.select Utilities of ZK Component Selector, which retrieves components by selector rules, like CSS selectors. 
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
 

Uses of ComposerExt in org.zkoss.bind
 

Classes in org.zkoss.bind that implement ComposerExt
 class BindComposer<T extends Component>
          Base composer to apply ZK Bind.
 

Uses of ComposerExt in org.zkoss.zk.ui.select
 

Classes in org.zkoss.zk.ui.select that implement ComposerExt
 class SelectorComposer<T extends Component>
          A composer analogous to GenericForwardComposer.
 

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

Classes in org.zkoss.zk.ui.util that implement ComposerExt
 class GenericAutowireComposer<T extends Component>
          A skeletal 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.
 class GenericComposer<T extends Component>
          A skeletal 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<T extends Component>
          A skeletal 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.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo