| Package | Description |
|---|---|
| org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
| org.zkoss.bind.sys |
System level classes for ZK Bind
|
| org.zkoss.bind.xel.zel |
ZEL of XEL for ZK Bind
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ReferenceBindingImpl.getValue(BindELContext ctx) |
Object |
IndirectBinding.getValue(BindELContext ctx) |
void |
ReferenceBindingImpl.setValue(BindELContext ctx,
Object val) |
void |
IndirectBinding.setValue(BindELContext ctx,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ReferenceBinding.getValue(BindELContext ctx)
Returns the referenced value.
|
void |
ReferenceBinding.setValue(BindELContext ctx,
Object value)
Sets the value to referenced object
|
| Modifier and Type | Field and Description |
|---|---|
protected BindELContext |
BindExpressionBuilder._ctx |
Copyright © 2020. All rights reserved.