Uses of Interface
org.zkoss.bind.sys.LoadBinding
-
Packages that use LoadBinding Package Description org.zkoss.bind.impl org.zkoss.bind.sys org.zkoss.bind.sys.tracker org.zkoss.bind.tracker.impl -
-
Uses of LoadBinding in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement LoadBinding 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
InitChildrenBindingImpl
Implementation ofInitChildrenBinding
.class
InitFormBindingImpl
Implementation ofInitPropertyBinding
.class
InitPropertyBindingImpl
Implementation ofInitPropertyBinding
.class
LoadChildrenBindingImpl
Implementation ofLoadChildrenBinding
.class
LoadFormBindingImpl
Implementation ofLoadFormBinding
class
LoadPropertyBindingImpl
Implementation ofLoadPropertyBinding
.class
LoadTemplateBindingImpl
class
ReferenceBindingImpl
Implementation ofReferenceBinding
. -
Uses of LoadBinding in org.zkoss.bind.sys
Subinterfaces of LoadBinding in org.zkoss.bind.sys Modifier and Type Interface Description interface
InitChildrenBinding
ChildrenBinding for init-loading into children component from backing bean property.interface
InitFormBinding
Binding for init a form.interface
InitPropertyBinding
PropertyBinding for init-loading into component attribute from backing bean property.interface
LoadChildrenBinding
ChildrenBinding for loading children of component from backing bean property.interface
LoadFormBinding
Binding for load a form.interface
LoadPropertyBinding
PropertyBinding for load into component attribute from backing bean property.interface
LoadTemplateBinding
interface
ReferenceBinding
A reference to an expression. -
Uses of LoadBinding in org.zkoss.bind.sys.tracker
Methods in org.zkoss.bind.sys.tracker that return types with arguments of type LoadBinding Modifier and Type Method Description java.util.Set<LoadBinding>
Tracker. getLoadBindings(java.lang.Object base, java.lang.String propName)
Returns all bindings that associated with the specified property.java.util.Set<LoadBinding>
TrackerNode. getLoadBindings()
Returns associated LoadBindings except ReferenceBindings. -
Uses of LoadBinding in org.zkoss.bind.tracker.impl
Methods in org.zkoss.bind.tracker.impl that return types with arguments of type LoadBinding Modifier and Type Method Description java.util.Set<LoadBinding>
TrackerImpl. getLoadBindings(java.lang.Object base, java.lang.String prop)
java.util.Set<LoadBinding>
TrackerNodeImpl. getLoadBindings()
-