Uses of Class
org.zkoss.bind.xel.zel.BindELContext
-
Packages that use BindELContext Package Description org.zkoss.bind.impl org.zkoss.bind.sys org.zkoss.bind.xel.zel -
-
Uses of BindELContext in org.zkoss.bind.impl
Methods in org.zkoss.bind.impl with parameters of type BindELContext Modifier and Type Method Description java.lang.ObjectIndirectBinding. getValue(BindELContext ctx)java.lang.ObjectReferenceBindingImpl. getValue(BindELContext ctx)voidIndirectBinding. setValue(BindELContext ctx, java.lang.Object value)voidReferenceBindingImpl. setValue(BindELContext ctx, java.lang.Object val) -
Uses of BindELContext in org.zkoss.bind.sys
Methods in org.zkoss.bind.sys with parameters of type BindELContext Modifier and Type Method Description java.lang.ObjectReferenceBinding. getValue(BindELContext ctx)Returns the referenced value.voidReferenceBinding. setValue(BindELContext ctx, java.lang.Object value)Sets the value to referenced object -
Uses of BindELContext in org.zkoss.bind.xel.zel
Fields in org.zkoss.bind.xel.zel declared as BindELContext Modifier and Type Field Description protected BindELContextBindExpressionBuilder. _ctx
-