org.zkoss.zkplus.databind
Class AnnotateDataBindingComposer
java.lang.Object
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
|
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 |
_binder
protected AnnotateDataBinder _binder
- Deprecated.
AnnotateDataBindingComposer
public AnnotateDataBindingComposer()
- Deprecated.
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.