|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.bind.impl.BinderImpl
org.zkoss.bind.AnnotateBinder
public class AnnotateBinder
ZK Annotated Binder, it parse the component annotation and handles the binding of components and view model.
| Field Summary |
|---|
| Fields inherited from class org.zkoss.bind.impl.BinderImpl |
|---|
BINDCTX, BINDER, BINDING, DEPENDS_ON_COMP, IGNORE_TRACKER, LOAD_FORM_COMPONENT, LOAD_FORM_EXPRESSION, MODEL, NOTIFYS, ON_BIND_INIT, RENDERER_INSTALLED, SAVE_BASE, SRCPATH, VALIDATES, VAR, VM |
| Fields inherited from interface org.zkoss.bind.Binder |
|---|
ACCESS, CONVERTER, LOAD_EVENT, LOAD_REPLACEMENT, LOAD_TYPE, RENDERER, SAVE_EVENT, SAVE_REPLACEMENT, VALIDATOR, ZKBIND |
| Fields inherited from interface org.zkoss.bind.sys.BinderCtrl |
|---|
DEFAULT_QUEUE_NAME, DEFAULT_QUEUE_SCOPE |
| Constructor Summary | |
|---|---|
AnnotateBinder()
new a annotate binder with default event queue name and scope |
|
AnnotateBinder(java.lang.String qname,
java.lang.String qscope)
new a binder with event queue name and scope |
|
| Method Summary | |
|---|---|
void |
init(Component comp,
java.lang.Object vm,
java.util.Map<java.lang.String,java.lang.Object> initArgs)
Initializes the binder with a root component and viewModel object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotateBinder()
public AnnotateBinder(java.lang.String qname,
java.lang.String qscope)
qname - event queue nameqscope - event queue scope, see EventQueues| Method Detail |
|---|
public void init(Component comp,
java.lang.Object vm,
java.util.Map<java.lang.String,java.lang.Object> initArgs)
BinderAnnotateBinder and zk annotation
init in interface Binderinit in class BinderImplcomp - root component of bindervm - viewModel objectinitArgs - args key-value pairs for initial, nullable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||