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

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
           
 
Constructor Summary
AnnotateDataBindingComposer()
           
 
Method Summary
 void doAfterCompose(org.zkoss.zk.ui.Component comp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_binder

protected AnnotateDataBinder _binder
Constructor Detail

AnnotateDataBindingComposer

public AnnotateDataBindingComposer()
Method Detail

doAfterCompose

public void doAfterCompose(org.zkoss.zk.ui.Component comp)
                    throws Exception
Specified by:
doAfterCompose in interface org.zkoss.zk.ui.util.Composer
Throws:
Exception


Copyright © 2013. All Rights Reserved.