Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.bind.sys |
System level classes for ZK Bind
|
org.zkoss.bind.sys.tracker |
Tracker classes for ZK Bind
|
org.zkoss.bind.tracker.impl |
Tracker Implementation for ZK Bind
|
Modifier and Type | Class and 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 of
InitChildrenBinding . |
class |
InitFormBindingImpl
Implementation of
InitPropertyBinding . |
class |
InitPropertyBindingImpl
Implementation of
InitPropertyBinding . |
class |
LoadChildrenBindingImpl
Implementation of
LoadChildrenBinding . |
class |
LoadFormBindingImpl
Implementation of
LoadFormBinding |
class |
LoadPropertyBindingImpl
Implementation of
LoadPropertyBinding . |
class |
LoadTemplateBindingImpl |
class |
ReferenceBindingImpl
Implementation of
ReferenceBinding . |
Modifier and Type | Interface and 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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<LoadBinding> |
TrackerNode.getLoadBindings()
Returns associated LoadBindings except ReferenceBindings.
|
java.util.Set<LoadBinding> |
Tracker.getLoadBindings(java.lang.Object base,
java.lang.String propName)
Returns all bindings that associated with the specified property.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<LoadBinding> |
TrackerNodeImpl.getLoadBindings() |
java.util.Set<LoadBinding> |
TrackerImpl.getLoadBindings(java.lang.Object base,
java.lang.String prop) |
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.