org.zkoss.zkplus.databind
Class AnnotateDataBindingComposer

java.lang.Object
  extended by org.zkoss.zkplus.databind.AnnotateDataBindingComposer
All Implemented Interfaces:
java.io.Serializable, Composer

Deprecated. As of release 7.0.0, replace with new ZK binding.

public class AnnotateDataBindingComposer
extends java.lang.Object
implements Composer, java.io.Serializable

It's another way to replace the <?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit"?> in zul And initiate annotate data binding by apply this composer. A component can apply many composers, remember to apply this composer at the last. For example: <window apply="xxx.MyComposer,org.zkoss.zkplus.databind.AnnotateDataBindingComposer">

See Also:
Serialized Form

Field Summary
protected  AnnotateDataBinder _binder
          Deprecated.  
 
Constructor Summary
AnnotateDataBindingComposer()
          Deprecated.  
 
Method Summary
 void doAfterCompose(Component comp)
          Deprecated. Invokes after ZK loader creates this component, initializes it and composes all its children, if any.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_binder

protected AnnotateDataBinder _binder
Deprecated. 
Constructor Detail

AnnotateDataBindingComposer

public AnnotateDataBindingComposer()
Deprecated. 
Method Detail

doAfterCompose

public void doAfterCompose(Component comp)
                    throws java.lang.Exception
Deprecated. 
Description copied from interface: Composer
Invokes after ZK loader creates this component, initializes it and composes all its children, if any.

Specified by:
doAfterCompose in interface Composer
Parameters:
comp - the component has been composed
Throws:
java.lang.Exception


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