Uses of Interface
org.zkoss.xel.ValueReference
-
Packages that use ValueReference Package Description org.zkoss.bind.impl org.zkoss.bind.sys org.zkoss.clientbind org.zkoss.xel org.zkoss.xel.zel -
-
Uses of ValueReference in org.zkoss.bind.impl
Methods in org.zkoss.bind.impl that return ValueReference Modifier and Type Method Description ValueReference
BindEvaluatorXImpl. getValueReference(BindContext ctx, Component comp, ExpressionX expression)
ValueReference
PropertyExpression. getValueReference(XelContext xelc)
-
Uses of ValueReference in org.zkoss.bind.sys
Methods in org.zkoss.bind.sys that return ValueReference Modifier and Type Method Description ValueReference
BindEvaluatorX. getValueReference(BindContext ctx, Component comp, ExpressionX expression)
Returns the result reference of the specified expression. -
Uses of ValueReference in org.zkoss.clientbind
Methods in org.zkoss.clientbind that return ValueReference Modifier and Type Method Description ValueReference
ClientBinderResolver. getValueReference(BindContext ctx, Component comp, ExpressionX expression)
-
Uses of ValueReference in org.zkoss.xel
Methods in org.zkoss.xel that return ValueReference Modifier and Type Method Description ValueReference
ExpressionX. getValueReference(XelContext xelc)
Returns the target bean and field name of this expression. -
Uses of ValueReference in org.zkoss.xel.zel
Classes in org.zkoss.xel.zel that implement ValueReference Modifier and Type Class Description static class
ELXelExpression.ValueReferenceImpl
Methods in org.zkoss.xel.zel that return ValueReference Modifier and Type Method Description ValueReference
ELXelExpression. getValueReference(XelContext xelc)
-