Uses of Interface
org.zkoss.zk.xel.Evaluator
-
-
Uses of Evaluator in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement Evaluator Modifier and Type Class Description classBindEvaluatorXImplA simple implementation ofBindEvaluatorX. -
Uses of Evaluator in org.zkoss.bind.sys
Subinterfaces of Evaluator in org.zkoss.bind.sys Modifier and Type Interface Description interfaceBindEvaluatorXAn extension ofEvaluatorto have more control to handle Binding via EL. -
Uses of Evaluator in org.zkoss.clientbind
Classes in org.zkoss.clientbind that implement Evaluator Modifier and Type Class Description classClientBinderResolverA EL resolver for client binder to resolve oid to Bean and uuid to Component, if possible. -
Uses of Evaluator in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui that return Evaluator Modifier and Type Method Description EvaluatorExecution. getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)Returns the evaluator of the current execution.EvaluatorExecution. getEvaluator(Page page, java.lang.Class<? extends ExpressionFactory> expfcls)Returns the evaluator (never null).static EvaluatorExecutions. getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)Returns the evaluator of the current execution.static EvaluatorExecutions. getEvaluator(Page page, java.lang.Class<? extends ExpressionFactory> expfcls)Returns the evaluator of the current execution. -
Uses of Evaluator in org.zkoss.zk.ui.http
Methods in org.zkoss.zk.ui.http that return Evaluator Modifier and Type Method Description EvaluatorExecutionImpl. getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)EvaluatorExecutionImpl. getEvaluator(Page page, java.lang.Class<? extends ExpressionFactory> expfcls) -
Uses of Evaluator in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo that return Evaluator Modifier and Type Method Description EvaluatorLanguageDefinition. getEvaluator()Returns the evaluator based on this language definition (never null).EvaluatorNodeInfo. getEvaluator()Returns the evaluator.EvaluatorPageDefinition. getEvaluator()Methods in org.zkoss.zk.ui.metainfo with parameters of type Evaluator Modifier and Type Method Description FunctionMapperFunctionMapperInfo. newFunctionMapper(Evaluator eval, Page page)Creates and returns the function mapper for the specified evaluator and page.InitiatorInitiatorInfo. newInitiator(Evaluator eval, Page page)Creates and returns the initiator, or null if no initiator is resolved.VariableResolverVariableResolverInfo. newVariableResolver(Evaluator eval, Page page)Creates and returns the variable resolver for the specified page. -
Uses of Evaluator in org.zkoss.zk.ui.util
Methods in org.zkoss.zk.ui.util with parameters of type Evaluator Modifier and Type Method Description booleanConditionImpl. isEffective(Evaluator eval, Component comp)Used to evaluate whether it is effective.booleanConditionImpl. isEffective(Evaluator eval, Page page)Used to evaluate whether it is effective. -
Uses of Evaluator in org.zkoss.zk.xel
Subinterfaces of Evaluator in org.zkoss.zk.xel Modifier and Type Interface Description interfaceEvaluatorRefA reference toEvaluator.Methods in org.zkoss.zk.xel that return Evaluator Modifier and Type Method Description EvaluatorEvaluatorRef. getEvaluator()Returns the real evaluator.Methods in org.zkoss.zk.xel with parameters of type Evaluator Modifier and Type Method Description static java.lang.ObjectEvaluators. evaluate(Evaluator eval, Component comp, java.lang.String expr, java.lang.Class<?> expectedClass)Evaluates the specified expression (which might or might not contain ${ or #{).static java.lang.ObjectEvaluators. evaluate(Evaluator eval, Page page, java.lang.String expr, java.lang.Class<?> expectedClass)Evaluates the specified expression (which might or might not contain ${ or #{}).java.lang.ObjectExValue. getValue(Evaluator eval, Component comp)Returns the value after evaluation.java.lang.ObjectExValue. getValue(Evaluator eval, Page page)Returns the value after evaluation. -
Uses of Evaluator in org.zkoss.zk.xel.impl
Classes in org.zkoss.zk.xel.impl that implement Evaluator Modifier and Type Class Description classSimpleEvaluatorA simple implementation ofEvaluator.Methods in org.zkoss.zk.xel.impl with parameters of type Evaluator Modifier and Type Method Description static java.lang.ObjectUtils. evaluateComposite(Evaluator eval, Component comp, java.lang.Object expr)Evaluates the composite expression parsed byUtils.parseComposite(java.lang.String, java.lang.Class, int)against a component.static java.lang.ObjectUtils. evaluateComposite(Evaluator eval, Page page, java.lang.Object expr)Evaluates the composite expression parsed byUtils.parseComposite(java.lang.String, java.lang.Class, int)against a page. -
Uses of Evaluator in org.zkoss.zkmax.bind.impl
Classes in org.zkoss.zkmax.bind.impl that implement Evaluator Modifier and Type Class Description classBindEvaluatorXImplExAn extension of BindEvaluatorXImpl to do a lazy initiating EL expression construction.
-