Uses of Interface
org.zkoss.zk.xel.impl.EvaluatorRef

Packages that use EvaluatorRef
org.zkoss.zk.ui.metainfo Metainfo representing pages and languages (implementation only). 
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
 

Uses of EvaluatorRef in org.zkoss.zk.ui.metainfo
 

Methods in org.zkoss.zk.ui.metainfo that return EvaluatorRef
 EvaluatorRef PageDefinition.getEvaluatorRef()
          Returns the evaluator reference (never null).
protected abstract  EvaluatorRef NodeInfo.getEvaluatorRef()
          Returns the evaluator reference (never null).
 EvaluatorRef LanguageDefinition.getEvaluatorRef()
          Returns the evaluator reference (never null).
protected  EvaluatorRef ComponentInfo.getEvaluatorRef()
           
 

Constructors in org.zkoss.zk.ui.metainfo with parameters of type EvaluatorRef
AttributesInfo(EvaluatorRef evalr, java.util.Map attrs, java.lang.String scope, ConditionImpl cond)
           
EventHandler(EvaluatorRef evalr, ZScript zscript, ConditionImpl cond)
           
Property(EvaluatorRef evalr, java.lang.String name, java.lang.String value, ConditionImpl cond)
          Constructs a property with a class that is known in advance.
TextInfo(EvaluatorRef evalr, java.lang.String text)
           
VariablesInfo(EvaluatorRef evalr, java.util.Map vars, boolean local, ConditionImpl cond)
           
ZScript(EvaluatorRef evalr, java.lang.String zslang, java.lang.String content, ConditionImpl cond)
          Creates a zscript object with the content directly.
ZScript(EvaluatorRef evalr, java.lang.String zslang, java.lang.String url, ConditionImpl cond, org.zkoss.util.resource.Locator locator)
          Constructs a ZScript with an URL, which might contain an EL expression.
ZScript(EvaluatorRef evalr, java.lang.String zslang, java.net.URL url, ConditionImpl cond)
          Create a zscript object with an URL that is used to load the content.
 

Uses of EvaluatorRef in org.zkoss.zk.ui.util
 

Methods in org.zkoss.zk.ui.util with parameters of type EvaluatorRef
static ForEach ForEachImpl.getInstance(EvaluatorRef evalr, Component comp, java.lang.String expr, java.lang.String begin, java.lang.String end)
          Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.
static ForEach ForEachImpl.getInstance(EvaluatorRef evalr, Page page, java.lang.String expr, java.lang.String begin, java.lang.String end)
          Returns an instance that represents the iterator for the specified collection, or null if expr is null or empty.
 

Constructors in org.zkoss.zk.ui.util with parameters of type EvaluatorRef
ForEachImpl(EvaluatorRef evalr, Component comp, java.lang.String expr, java.lang.String begin, java.lang.String end)
          Constructor.
ForEachImpl(EvaluatorRef evalr, Page page, java.lang.String expr, java.lang.String begin, java.lang.String end)
          Constructor.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.