| 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
|
| 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(org.zkoss.zk.ui.Component comp,
String attr,
ReferenceBinding binding) |
| Modifier and Type | Method and Description |
|---|---|
Set<ReferenceBinding> |
TrackerNode.getReferenceBindings()
Returns associated ReferenceBindings.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ReferenceBinding> |
TrackerNodeImpl.getReferenceBindings() |
Copyright © 2020. All rights reserved.