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
|
org.zkoss.zkmax.bind.impl |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ReferenceBindingImpl.getValue(BindELContext ctx) |
java.lang.Object |
IndirectBinding.getValue(BindELContext ctx) |
void |
ReferenceBindingImpl.setValue(BindELContext ctx,
java.lang.Object val) |
void |
IndirectBinding.setValue(BindELContext ctx,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ReferenceBinding.getValue(BindELContext ctx)
Returns the referenced value.
|
void |
ReferenceBinding.setValue(BindELContext ctx,
java.lang.Object value)
Sets the value to referenced object
|
Modifier and Type | Field and Description |
---|---|
protected BindELContext |
BindExpressionBuilder._ctx |
Modifier and Type | Class and Description |
---|---|
class |
BindELContextEx
An extension of BindELContext to do a lazy initiating EL expression construction.
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.