Uses of Interface
org.zkoss.bind.sys.BinderCtrl
-
Packages that use BinderCtrl Package Description org.zkoss.bind org.zkoss.bind.impl org.zkoss.clientbind org.zkoss.zkmax.bind.impl -
-
Uses of BinderCtrl in org.zkoss.bind
Classes in org.zkoss.bind that implement BinderCtrl Modifier and Type Class Description class
AnnotateBinder
ZK Annotated Binder, it parse the component annotation and handles the binding of components and view model.class
DefaultBinder
ZK default Binder, use this class if you want to new a binder and control components thoughBinder
API. -
Uses of BinderCtrl in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement BinderCtrl Modifier and Type Class Description class
BinderImpl
Implementation of Binder. -
Uses of BinderCtrl in org.zkoss.clientbind
Subinterfaces of BinderCtrl in org.zkoss.clientbind Modifier and Type Interface Description interface
ClientBinder
A client binder interfaceClasses in org.zkoss.clientbind that implement BinderCtrl Modifier and Type Class Description class
DefaultClientBinder
-
Uses of BinderCtrl in org.zkoss.zkmax.bind.impl
Classes in org.zkoss.zkmax.bind.impl that implement BinderCtrl Modifier and Type Class Description class
AnnotateBinderEx
For ZK-2289, much less memory consumption
-