org.zkoss.zkplus.databind
Class AnnotateDataBindingComposer

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

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

public class AnnotateDataBindingComposer
extends Object
implements org.zkoss.zk.ui.util.Composer, 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(org.zkoss.zk.ui.Component comp)
          Deprecated.  
 
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(org.zkoss.zk.ui.Component comp)
                    throws Exception
Deprecated. 
Specified by:
doAfterCompose in interface org.zkoss.zk.ui.util.Composer
Throws:
Exception


Copyright © 2014. All rights reserved.