Uses of Interface
org.zkoss.bind.sys.Binding
-
Packages that use Binding Package Description org.zkoss.bind org.zkoss.bind.impl org.zkoss.bind.sys org.zkoss.bind.sys.tracker org.zkoss.bind.tracker.impl org.zkoss.bind.xel.zel org.zkoss.clientbind org.zkoss.zkmax.bind.impl -
-
Uses of Binding in org.zkoss.bind
Methods in org.zkoss.bind that return Binding Modifier and Type Method Description Binding
BindContext. getBinding()
Returns associated Binding of this Bind context. -
Uses of Binding in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement Binding Modifier and Type Class Description class
BindingImpl
Base implementation for implementing aBinding
class
ChildrenBindingImpl
A base implementation ofChildrenBinding
.class
CommandBindingImpl
Implementation of CommandBinding.class
FormBindingImpl
Base implementation ofFormBinding
.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
PropertyBindingImpl
A base implementation ofPropertyBinding
.class
ReferenceBindingImpl
Implementation ofReferenceBinding
.class
SaveFormBindingImpl
Implementation ofSaveFormBinding
.class
SavePropertyBindingImpl
Implementation ofSavePropertyBinding
.Methods in org.zkoss.bind.impl that return Binding Modifier and Type Method Description Binding
BindContextImpl. getBinding()
protected Binding
TemplateResolverImpl. getTemplateBinding(Component eachComp, java.lang.Object eachData, int index, int size)
Methods in org.zkoss.bind.impl that return types with arguments of type Binding Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<Binding>>
BinderImpl. getBindings(Component comp)
java.util.List<Binding>
BinderImpl. getLoadPromptBindings(Component comp, java.lang.String attr)
Methods in org.zkoss.bind.impl with parameters of type Binding Modifier and Type Method Description static AccessInfo
AccessInfo. create(Binding binding, java.lang.String accessExpr, java.lang.Class<?> expectedType, ConditionType type, java.lang.String command, boolean ignoreTracker)
static BindContext
BindContextUtil. newBindContext(Binder binder, Binding binding, boolean save, java.lang.String command, Component comp, Event event)
Constructors in org.zkoss.bind.impl with parameters of type Binding Constructor Description BindContextImpl(Binder binder, Binding binding, boolean save, java.lang.String command, Component comp, Event event)
-
Uses of Binding in org.zkoss.bind.sys
Subinterfaces of Binding in org.zkoss.bind.sys Modifier and Type Interface Description interface
ChildrenBinding
A binding tells how to deal with Load children of a source object (usually an UI component) and a property of a target object(usually a backing bean).interface
CommandBinding
A binding tells which command to call(usually used with UI event).interface
FormBinding
A binding tells how to deal with Load and Save between a form and a bean.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
LoadBinding
Binding for loading.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
PropertyBinding
A binding tells how to deal with Load or Save a field of a source object (usually an UI component) and a property of a target object(usually a backing bean).interface
ReferenceBinding
A reference to an expression.interface
SaveBinding
Binding for saving.interface
SaveFormBinding
Binding for saving a form.interface
SavePropertyBinding
PropertyBinding for save from component attribute into backing bean property.Methods in org.zkoss.bind.sys that return types with arguments of type Binding Modifier and Type Method Description java.util.List<Binding>
BinderCtrl. getLoadPromptBindings(Component comp, java.lang.String attr)
get all load prompt binding of the component and attribute -
Uses of Binding in org.zkoss.bind.sys.tracker
Methods in org.zkoss.bind.sys.tracker that return types with arguments of type Binding Modifier and Type Method Description java.util.Set<Binding>
TrackerNode. getBindings()
Returns all associated Bindings.Methods in org.zkoss.bind.sys.tracker with parameters of type Binding Modifier and Type Method Description void
TrackerNode. addBinding(Binding binding)
add associated Binding with this nodevoid
Tracker. addDependsOn(Component srcComp, java.lang.String[] srcSeries, Binding srcBinding, Component dependsOnComp, java.lang.String[] dependsOnSeries)
Add a depends-on tracking between the source property name series and depends-on property name series.void
Tracker. addTracking(Component comp, java.lang.String[] series, Binding binding)
Add a tracking that associate a binding to a dot series under the specifiedComponent
-
Uses of Binding in org.zkoss.bind.tracker.impl
Methods in org.zkoss.bind.tracker.impl that return types with arguments of type Binding Modifier and Type Method Description java.util.Set<Binding>
TrackerNodeImpl. getBindings()
Methods in org.zkoss.bind.tracker.impl with parameters of type Binding Modifier and Type Method Description void
TrackerNodeImpl. addBinding(Binding binding)
void
TrackerImpl. addDependsOn(Component srcComp, java.lang.String[] srcSeries, Binding srcBinding, Component dependsOnComp, java.lang.String[] dependsOnSeries)
void
TrackerImpl. addTracking(Component comp, java.lang.String[] series, Binding binding)
-
Uses of Binding in org.zkoss.bind.xel.zel
Methods in org.zkoss.bind.xel.zel that return Binding Modifier and Type Method Description Binding
BindELContext. getBinding()
Methods in org.zkoss.bind.xel.zel with parameters of type Binding Modifier and Type Method Description static void
BindELContext. addDependsOnTracking(Binding srcBinding, java.util.List<java.lang.String> srcPath, java.lang.String dependsOnBasepath, java.lang.String dependsOnProp)
Prepare the dependsOn nodesstatic void
BindELContext. addDependsOnTracking(Binding srcBinding, java.util.List<java.lang.String> srcPath, Component srcComp, java.lang.String dependsOnPath, Component dependsOnComp)
Prepare the dependsOn nodesstatic void
BindELContext. addDependsOnTrackings(java.lang.reflect.Method m, java.lang.String basepath, java.util.List<java.lang.String> srcpath, Binding binding, BindContext ctx)
-
Uses of Binding in org.zkoss.clientbind
Classes in org.zkoss.clientbind that implement Binding Modifier and Type Class Description class
ClientSaveFormBindingImpl
Client save form binding implementation.class
ClientSavePropertyBindingImpl
Client save property binding implementation. -
Uses of Binding in org.zkoss.zkmax.bind.impl
Methods in org.zkoss.zkmax.bind.impl that return Binding Modifier and Type Method Description protected Binding
TemplateResolverImpl. getTemplateBinding(Component eachComp, java.lang.Object eachData, int index, int size)
Methods in org.zkoss.zkmax.bind.impl with parameters of type Binding Modifier and Type Method Description void
TrackerImplEx. addTracking(Component comp, java.lang.String[] series, Binding binding)
-