public abstract class IndirectBinding extends Object implements ReferenceBinding, Serializable
| Constructor and Description |
|---|
IndirectBinding(Object data) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getArgs()
Null is returned by default.
|
Object |
getData()
Returns the data
|
protected abstract org.zkoss.zul.ListModel |
getModel() |
String |
getPropertyString()
Null is returned by default.
|
Object |
getValue(BindELContext ctx)
Returns the referenced value.
|
void |
invalidateCache()
do nothing for this method
|
void |
load(BindContext ctx)
do nothing for this method
|
void |
setData(Object data)
Sets the data
|
void |
setValue(BindELContext ctx,
Object value)
Sets the value to referenced object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBinder, getComponentpublic IndirectBinding(Object data)
public Object getData()
protected abstract org.zkoss.zul.ListModel getModel()
public void setData(Object data)
public void load(BindContext ctx)
load in interface LoadBindingctx - the binding runtime contextpublic void setValue(BindELContext ctx, Object value)
ReferenceBindingsetValue in interface ReferenceBindingctx - the context to evaluate the reference expression.public Object getValue(BindELContext ctx)
ReferenceBindinggetValue in interface ReferenceBindingctx - the context to evaluate the reference expression.public String getPropertyString()
getPropertyString in interface ReferenceBindingpublic void invalidateCache()
invalidateCache in interface ReferenceBindingCopyright © 2020. All rights reserved.