Uses of Interface
org.zkoss.zk.xel.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()
           
 EvaluatorRef NodeInfo.getEvaluatorRef()
          Returns the evaluator reference.
 EvaluatorRef LanguageDefinition.getEvaluatorRef()
          Returns the evaluator reference (never null).
 

Constructors in org.zkoss.zk.ui.metainfo with parameters of type EvaluatorRef
EventHandler(EvaluatorRef evalr, ZScript zscript, ConditionImpl cond)
           
NativeInfo(EvaluatorRef evlar, ComponentDefinition compdef, java.lang.String tag)
          Constructs a native info without a parent.
Property(EvaluatorRef evalr, java.lang.String name, NativeInfo value, ConditionImpl cond)
          Constructs a property with the native content.
Property(EvaluatorRef evalr, java.lang.String name, java.lang.String value, ConditionImpl cond)
          Constructs a property with a class that is known in advance.
WidgetAttribute(EvaluatorRef evalr, java.lang.String name, java.lang.String value, ConditionImpl cond)
           
WidgetListener(EvaluatorRef evalr, java.lang.String name, java.lang.String script, ConditionImpl cond)
           
WidgetOverride(EvaluatorRef evalr, java.lang.String name, java.lang.String script, ConditionImpl cond)
           
ZScript(EvaluatorRef evalr, java.lang.String zslang, java.lang.String url, Locator locator)
          Creates a zscript 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, ExValue[] expr, ExValue begin, ExValue end)
          Returns an instance that represents the iterator for the specified collection.
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, ExValue[] expr, ExValue begin, ExValue 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, ExValue[] expr, ExValue begin, ExValue end)
          Constructor.
ForEachImpl(EvaluatorRef evalr, Component comp, java.lang.String expr, java.lang.String begin, java.lang.String end)
          Constructor.
ForEachImpl(EvaluatorRef evalr, Page page, ExValue[] expr, ExValue begin, ExValue end)
          Constructor.
ForEachImpl(EvaluatorRef evalr, Page page, java.lang.String expr, java.lang.String begin, java.lang.String end)
          Constructor.
 



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