Uses of Class
org.zkoss.bind.impl.BinderImpl
-
Packages that use BinderImpl Package Description org.zkoss.bind org.zkoss.zkmax.bind.impl -
-
Uses of BinderImpl in org.zkoss.bind
Subclasses of BinderImpl in org.zkoss.bind 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 BinderImpl in org.zkoss.zkmax.bind.impl
Subclasses of BinderImpl in org.zkoss.zkmax.bind.impl Modifier and Type Class Description class
AnnotateBinderEx
For ZK-2289, much less memory consumption
-