Uses of Interface
org.zkoss.zk.xel.Evaluator

Packages that use Evaluator
org.zkoss.bind.impl Core Implementation for ZK Bind 
org.zkoss.bind.sys System level classes for ZK Bind 
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
org.zkoss.zk.ui.http HTTP relevant utilities and servlets for implementing user interfaces (implementation only). 
org.zkoss.zk.ui.metainfo Metainfo representing pages and languages (implementation only). 
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zk.xel ZK XEL utilities. 
org.zkoss.zk.xel.impl XEL utilities for implementation only. 
 

Uses of Evaluator in org.zkoss.bind.impl
 

Classes in org.zkoss.bind.impl that implement Evaluator
 class BindEvaluatorXImpl
          A simple implementation of BindEvaluatorX.
 

Uses of Evaluator in org.zkoss.bind.sys
 

Subinterfaces of Evaluator in org.zkoss.bind.sys
 interface BindEvaluatorX
          An extension of Evaluator to have more control to handle Binding via EL.
 

Uses of Evaluator in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that return Evaluator
static Evaluator Executions.getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)
          Returns the evaluator of the current execution.
 Evaluator Execution.getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)
          Returns the evaluator of the current execution.
static Evaluator Executions.getEvaluator(Page page, java.lang.Class<? extends ExpressionFactory> expfcls)
          Returns the evaluator of the current execution.
 Evaluator Execution.getEvaluator(Page page, java.lang.Class<? extends ExpressionFactory> expfcls)
          Returns the evaluator (never null).
 

Uses of Evaluator in org.zkoss.zk.ui.http
 

Methods in org.zkoss.zk.ui.http that return Evaluator
 Evaluator ExecutionImpl.getEvaluator(Component comp, java.lang.Class<? extends ExpressionFactory> expfcls)
           
 Evaluator ExecutionImpl.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
 Evaluator PageDefinition.getEvaluator()
           
 Evaluator NodeInfo.getEvaluator()
          Returns the evaluator.
 Evaluator LanguageDefinition.getEvaluator()
          Returns the evaluator based on this language definition (never null).
 

Methods in org.zkoss.zk.ui.metainfo with parameters of type Evaluator
 FunctionMapper FunctionMapperInfo.newFunctionMapper(Evaluator eval, Page page)
          Creates and returns the function mapper for the specified evaluator and page.
 Initiator InitiatorInfo.newInitiator(Evaluator eval, Page page)
          Creates and returns the initiator, or null if no initiator is resolved.
 VariableResolver VariableResolverInfo.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
 boolean ConditionImpl.isEffective(Evaluator eval, Component comp)
          Used to evaluate whether it is effective.
 boolean ConditionImpl.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
 interface EvaluatorRef
          A reference to Evaluator.
 

Methods in org.zkoss.zk.xel that return Evaluator
 Evaluator EvaluatorRef.getEvaluator()
          Returns the real evaluator.
 

Methods in org.zkoss.zk.xel with parameters of type Evaluator
static java.lang.Object Evaluators.evaluate(Evaluator eval, Component comp, java.lang.String expr, java.lang.Class<?> expectedClass)
          Evaluates the specified expression (which might or might not contain ${).
static java.lang.Object Evaluators.evaluate(Evaluator eval, Page page, java.lang.String expr, java.lang.Class<?> expectedClass)
          Evaluates the specified expression (which might or might not contain ${).
 java.lang.Object ExValue.getValue(Evaluator eval, Component comp)
          Returns the value after evaluation.
 java.lang.Object ExValue.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
 class SimpleEvaluator
          A simple implementation of Evaluator.
 

Methods in org.zkoss.zk.xel.impl with parameters of type Evaluator
static java.lang.Object Utils.evaluateComposite(Evaluator eval, Component comp, java.lang.Object expr)
          Evaluates the composite expression parsed by Utils.parseComposite(java.lang.String, java.lang.Class, int) against a component.
static java.lang.Object Utils.evaluateComposite(Evaluator eval, Page page, java.lang.Object expr)
          Evaluates the composite expression parsed by Utils.parseComposite(java.lang.String, java.lang.Class, int) against a page.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo