Uses of Interface
org.zkoss.bind.sys.ReferenceBinding
-
Packages that use ReferenceBinding Package Description org.zkoss.bind.impl org.zkoss.bind.sys.tracker org.zkoss.bind.tracker.impl -
-
Uses of ReferenceBinding in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement ReferenceBinding Modifier and Type Class Description classIndirectBindingAn indirect binding, a kind of reference binding, but it won't create a sub-tracking tree to get two way bindings, and it is used for children binding internally.classReferenceBindingImplImplementation ofReferenceBinding.Methods in org.zkoss.bind.impl with parameters of type ReferenceBinding Modifier and Type Method Description voidReferenceBindingHandler. addReferenceBinding(org.zkoss.zk.ui.Component comp, java.lang.String attr, ReferenceBinding binding) -
Uses of ReferenceBinding in org.zkoss.bind.sys.tracker
Methods in org.zkoss.bind.sys.tracker that return types with arguments of type ReferenceBinding Modifier and Type Method Description java.util.Set<ReferenceBinding>TrackerNode. getReferenceBindings()Returns associated ReferenceBindings. -
Uses of ReferenceBinding in org.zkoss.bind.tracker.impl
Methods in org.zkoss.bind.tracker.impl that return types with arguments of type ReferenceBinding Modifier and Type Method Description java.util.Set<ReferenceBinding>TrackerNodeImpl. getReferenceBindings()
-