Uses of Interface
org.zkoss.zk.xel.EvaluatorRef
-
Packages that use EvaluatorRef Package Description org.zkoss.zk.ui.metainfo org.zkoss.zk.ui.util -
-
Uses of EvaluatorRef in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo that return EvaluatorRef Modifier and Type Method Description EvaluatorRefLanguageDefinition. getEvaluatorRef()Returns the evaluator reference (never null).EvaluatorRefNodeInfo. getEvaluatorRef()Returns the evaluator reference.EvaluatorRefPageDefinition. getEvaluatorRef()Constructors in org.zkoss.zk.ui.metainfo with parameters of type EvaluatorRef Constructor Description 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, java.lang.String value, ConditionImpl cond)Constructs a property with a class that is known in advance.Property(EvaluatorRef evalr, java.lang.String name, NativeInfo value, ConditionImpl cond)Constructs a property with the native content.TextInfo(EvaluatorRef evalr, java.lang.String text)ZK-5695: Mainly used in NativeInfo.addPrologChild() when escaping special characters inside a script tag is required, ensuring a new TextInfo instance preserving evaluator context.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, org.zkoss.util.resource.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 Modifier and Type Method Description static ForEachForEachImpl. 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 ForEachForEachImpl. getInstance(EvaluatorRef evalr, Component comp, ExValue[] expr, ExValue begin, ExValue end)Returns an instance that represents the iterator for the specified collection.static ForEachForEachImpl. getInstance(EvaluatorRef evalr, Component comp, ExValue[] expr, ExValue begin, ExValue end, ExValue step)Returns an instance that represents the iterator for the specified collection.static ForEachForEachImpl. 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.static ForEachForEachImpl. 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 ForEachForEachImpl. getInstance(EvaluatorRef evalr, Page page, ExValue[] expr, ExValue begin, ExValue end, ExValue step)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 Constructor Description ForEachImpl(EvaluatorRef evalr, Component comp, java.lang.String expr, java.lang.String begin, java.lang.String end)Constructor.ForEachImpl(EvaluatorRef evalr, Component comp, ExValue[] expr, ExValue begin, ExValue end)Constructor.ForEachImpl(EvaluatorRef evalr, Component comp, ExValue[] expr, ExValue begin, ExValue end, ExValue step)Constructor.ForEachImpl(EvaluatorRef evalr, Page page, 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, ExValue[] expr, ExValue begin, ExValue end, ExValue step)Constructor.
-