Uses of Interface
org.zkoss.xel.ExpressionX
-
Packages that use ExpressionX Package Description org.zkoss.bind.impl org.zkoss.bind.sys org.zkoss.bind.xel org.zkoss.clientbind org.zkoss.xel.zel org.zkoss.zkmax.bind.impl -
-
Uses of ExpressionX in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement ExpressionX Modifier and Type Class Description classPropertyExpressionAn implementation of component property expression to evaluate it with a reflection method call instead of EL resolving.Fields in org.zkoss.bind.impl declared as ExpressionX Modifier and Type Field Description protected ExpressionXPropertyBindingImpl. _fieldExprMethods in org.zkoss.bind.impl that return ExpressionX Modifier and Type Method Description ExpressionXFormBindingImpl. getBaseExpression(BindEvaluatorX eval)ExpressionXCommandBindingImpl. getCommand()ExpressionXFormBindingImpl. getFieldExpression(BindEvaluatorX eval, java.lang.String field)ExpressionXFormBindingImpl. getFormExpression(BindEvaluatorX eval, java.lang.String field)ExpressionXAccessInfo. getProperty()ExpressionXPropertyBindingImpl. getProperty()ExpressionXBindEvaluatorXImpl. parseExpressionX(BindContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)Methods in org.zkoss.bind.impl with parameters of type ExpressionX Modifier and Type Method Description static java.lang.StringBindEvaluatorXUtil. getExpressionString(ExpressionX expr)java.lang.Class<?>BindEvaluatorXImpl. getType(BindContext ctx, Component comp, ExpressionX expression)java.lang.ObjectBindEvaluatorXImpl. getValue(BindContext ctx, Component comp, ExpressionX expression)ValueReferenceBindEvaluatorXImpl. getValueReference(BindContext ctx, Component comp, ExpressionX expression)booleanBindEvaluatorXImpl. isReadOnly(BindContext ctx, Component comp, ExpressionX expression)voidBindEvaluatorXImpl. setValue(BindContext ctx, Component comp, ExpressionX expression, java.lang.Object value)Constructors in org.zkoss.bind.impl with parameters of type ExpressionX Constructor Description AccessInfo(ExpressionX property, ConditionType type, java.lang.String command) -
Uses of ExpressionX in org.zkoss.bind.sys
Methods in org.zkoss.bind.sys that return ExpressionX Modifier and Type Method Description ExpressionXFormBinding. getFieldExpression(BindEvaluatorX eval, java.lang.String field)Returns the field expression from the given field.ExpressionXFormBinding. getFormExpression(BindEvaluatorX eval, java.lang.String field)Returns the form expression from the given field.ExpressionXPropertyBinding. getProperty()ExpressionXBindEvaluatorX. parseExpressionX(BindContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)Prepares the expressionX.Methods in org.zkoss.bind.sys with parameters of type ExpressionX Modifier and Type Method Description java.lang.Class<?>BindEvaluatorX. getType(BindContext ctx, Component comp, ExpressionX expression)Returns the result type of the specified expression.java.lang.ObjectBindEvaluatorX. getValue(BindContext ctx, Component comp, ExpressionX expression)Sets the specified value to the property resolved from the specified expression.ValueReferenceBindEvaluatorX. getValueReference(BindContext ctx, Component comp, ExpressionX expression)Returns the result reference of the specified expression.booleanBindEvaluatorX. isReadOnly(BindContext ctx, Component comp, ExpressionX expression)Returns whether the specified expression a read only expression.voidBindEvaluatorX. setValue(BindContext ctx, Component comp, ExpressionX expression, java.lang.Object value)Sets the specified value to the property resolved from the specified expression. -
Uses of ExpressionX in org.zkoss.bind.xel
Classes in org.zkoss.bind.xel that implement ExpressionX Modifier and Type Class Description classBindXelExpression -
Uses of ExpressionX in org.zkoss.clientbind
Methods in org.zkoss.clientbind that return ExpressionX Modifier and Type Method Description ExpressionXClientSaveFormBindingImpl. getFieldExpression(BindEvaluatorX eval, java.lang.String field)ExpressionXClientSaveFormBindingImpl. getFormExpression(BindEvaluatorX eval, java.lang.String field)ExpressionXClientSaveFormBindingImpl. getProperty()ExpressionXClientSavePropertyBindingImpl. getProperty()ExpressionXClientBinderResolver. parseExpressionX(BindContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)Methods in org.zkoss.clientbind with parameters of type ExpressionX Modifier and Type Method Description java.lang.Class<?>ClientBinderResolver. getType(BindContext ctx, Component comp, ExpressionX expression)java.lang.ObjectClientBinderResolver. getValue(BindContext ctx, Component comp, ExpressionX expression)ValueReferenceClientBinderResolver. getValueReference(BindContext ctx, Component comp, ExpressionX expression)booleanClientBinderResolver. isReadOnly(BindContext ctx, Component comp, ExpressionX expression)voidClientBinderResolver. setValue(BindContext ctx, Component comp, ExpressionX expression, java.lang.Object value) -
Uses of ExpressionX in org.zkoss.xel.zel
Classes in org.zkoss.xel.zel that implement ExpressionX Modifier and Type Class Description classELXelExpressionAn XEL Expression that is based on ZEL ValueExpression. -
Uses of ExpressionX in org.zkoss.zkmax.bind.impl
Classes in org.zkoss.zkmax.bind.impl that implement ExpressionX Modifier and Type Class Description classBindXelExpressionExAn extension of BindXelExpression to do a lazy initiating EL expression construction.Methods in org.zkoss.zkmax.bind.impl that return ExpressionX Modifier and Type Method Description ExpressionXBindEvaluatorXImplEx. parseExpressionX(BindContext ctx, java.lang.String expression, java.lang.Class<?> expectedType)
-