public abstract class IndirectBinding extends java.lang.Object implements ReferenceBinding, java.io.Serializable
Constructor and Description |
---|
IndirectBinding(java.lang.Object data) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getArgs()
Null is returned by default.
|
java.lang.Object |
getData()
Returns the data
|
protected abstract ListModel |
getModel() |
java.lang.String |
getPropertyString()
Null is returned by default.
|
java.lang.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(java.lang.Object data)
Sets the data
|
void |
setValue(BindELContext ctx,
java.lang.Object value)
Sets the value to referenced object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBinder, getComponent
public java.lang.Object getData()
protected abstract ListModel getModel()
public void setData(java.lang.Object data)
public void load(BindContext ctx)
load
in interface LoadBinding
ctx
- the binding runtime contextpublic void setValue(BindELContext ctx, java.lang.Object value)
ReferenceBinding
setValue
in interface ReferenceBinding
ctx
- the context to evaluate the reference expression.public java.lang.Object getValue(BindELContext ctx)
ReferenceBinding
getValue
in interface ReferenceBinding
ctx
- the context to evaluate the reference expression.public java.util.Map<java.lang.String,java.lang.Object> getArgs()
public java.lang.String getPropertyString()
getPropertyString
in interface ReferenceBinding
public void invalidateCache()
invalidateCache
in interface ReferenceBinding
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.