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 ValueReferenceBindEvaluatorXImpl. getValueReference(BindContext ctx, Component comp, ExpressionX expression)ValueReferencePropertyExpression. 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 ValueReferenceBindEvaluatorX. 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 ValueReferenceClientBinderResolver. 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 ValueReferenceExpressionX. 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 classELXelExpression.ValueReferenceImplMethods in org.zkoss.xel.zel that return ValueReference Modifier and Type Method Description ValueReferenceELXelExpression. getValueReference(XelContext xelc)
-