Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.bind.sys.tracker |
Tracker classes for ZK Bind
|
org.zkoss.bind.tracker.impl |
Tracker Implementation for ZK Bind
|
org.zkoss.zkex.bind.impl |
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 |
ReferenceBindingImpl
Implementation of
ReferenceBinding . |
Modifier and Type | Method and Description |
---|---|
void |
ReferenceBindingHandler.addReferenceBinding(Component comp,
java.lang.String attr,
ReferenceBinding binding) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ReferenceBinding> |
TrackerNode.getReferenceBindings()
Returns associated ReferenceBindings.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<ReferenceBinding> |
TrackerNodeImpl.getReferenceBindings() |
Modifier and Type | Method and Description |
---|---|
void |
ReferenceBindingHandlerImpl.addReferenceBinding(Component comp,
java.lang.String attr,
ReferenceBinding binding) |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.