|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReferenceBinding
A reference to an expression.
XelELContext.getVariableMapper()
Method Summary | |
---|---|
java.lang.String |
getPropertyString()
Returns the reference expression script of this binding. |
java.lang.Object |
getValue(BindELContext ctx)
Returns the referenced value. |
void |
invalidateCache()
Invalidate cached value of this reference. |
void |
setValue(BindELContext ctx,
java.lang.Object value)
Sets the value to referenced object |
Methods inherited from interface org.zkoss.bind.sys.LoadBinding |
---|
load |
Methods inherited from interface org.zkoss.bind.sys.Binding |
---|
getArgs, getBinder, getComponent |
Method Detail |
---|
java.lang.Object getValue(BindELContext ctx)
ctx
- the context to evaluate the reference expression.
void setValue(BindELContext ctx, java.lang.Object value)
ctx
- the context to evaluate the reference expression.java.lang.String getPropertyString()
void invalidateCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |