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

Packages that use Composer
org.zkoss.bind ZK Bind Library 
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zk.ui.metainfo Metainfo representing pages and languages (implementation only). 
org.zkoss.zk.ui.select Utilities of ZK Component Selector, which retrieves components by selector rules, like CSS selectors. 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zkplus.databind The DataBinder used for binding ZK UI component and the backend data bean. 
 

Uses of Composer in org.zkoss.bind
 

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

Uses of Composer in org.zkoss.zk.ui.impl
 

Classes in org.zkoss.zk.ui.impl that implement Composer
 class MultiComposer<T extends Component>
          To proxy a collection of composers.
 

Methods in org.zkoss.zk.ui.impl that return Composer
static Composer MultiComposer.getComposer(Page page, java.lang.Object[] ary)
          Returns an instance of composer to represent the specified array of composers, or null if no composer is specified.
 Composer AbstractUiFactory.newComposer(Page page, java.lang.Class klass)
          Instantiates a composer of the given class.
static Composer Utils.newComposer(Page page, java.lang.Object o)
          Instantiates a composer of the given object.
 Composer AbstractUiFactory.newComposer(Page page, java.lang.String className)
          Instantiates a composer of the given class name.
 

Constructors in org.zkoss.zk.ui.impl with parameters of type Composer
MultiComposer(Composer<T>[] cs)
          The constructor.
 

Uses of Composer in org.zkoss.zk.ui.metainfo
 

Methods in org.zkoss.zk.ui.metainfo that return Composer
 Composer ComponentInfo.resolveComposer(Page page, Component comp)
          Returns the composer for this info, or null if not available.
 

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

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

Uses of Composer in org.zkoss.zk.ui.sys
 

Methods in org.zkoss.zk.ui.sys that return Composer
 Composer UiFactory.newComposer(Page page, java.lang.Class klass)
          Creates and initializes a composer of the given class and page.
 Composer UiFactory.newComposer(Page page, java.lang.String className)
          Creates and initializes a composer of the given class name and page.
 

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

Classes in org.zkoss.zk.ui.util that implement Composer
 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.
 

Methods in org.zkoss.zk.ui.util that return Composer
 Composer<?> Configuration.getComposer(Page page)
          Returns the system-level composer or null if none is registered.
 

Methods in org.zkoss.zk.ui.util with parameters of type Composer
 Component[] Template.create(Component parent, Component insertBefore, VariableResolver resolver, Composer composer)
          Creates the components defined in this template.
 

Uses of Composer in org.zkoss.zkplus.databind
 

Classes in org.zkoss.zkplus.databind that implement Composer
 class AnnotateDataBindingComposer
          Deprecated. As of release 7.0.0, replace with new ZK binding.
 



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