org.zkoss.zkplus.databind
Class AnnotateDataBindingComposer
java.lang.Object
org.zkoss.zkplus.databind.AnnotateDataBindingComposer
- All Implemented Interfaces:
- java.io.Serializable, Composer
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
Method Summary |
void |
doAfterCompose(Component comp)
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 |
_binder
protected AnnotateDataBinder _binder
AnnotateDataBindingComposer
public AnnotateDataBindingComposer()
doAfterCompose
public void doAfterCompose(Component comp)
throws java.lang.Exception
- 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.