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 org.zkoss.zkex.bind.impl -
-
Uses of ReferenceBinding in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement ReferenceBinding Modifier and Type Class Description class
IndirectBinding
An 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.class
ReferenceBindingImpl
Implementation ofReferenceBinding
.Methods in org.zkoss.bind.impl with parameters of type ReferenceBinding Modifier and Type Method Description void
ReferenceBindingHandler. addReferenceBinding(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()
-
Uses of ReferenceBinding in org.zkoss.zkex.bind.impl
Methods in org.zkoss.zkex.bind.impl with parameters of type ReferenceBinding Modifier and Type Method Description void
ReferenceBindingHandlerImpl. addReferenceBinding(Component comp, java.lang.String attr, ReferenceBinding binding)
-