|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
The same as AttributesInfo(evalr, attrs, scope, "none", cond). |
|
AttributesInfo(EvaluatorRef evalr,
java.util.Map attrs,
java.lang.String scope,
java.lang.String composite,
ConditionImpl cond)
Constructor. |
|
ComponentInfo(EvaluatorRef evalr,
ComponentDefinition compdef,
java.lang.String tag)
Constructs the info that doesn't have a parent. |
|
EventHandler(EvaluatorRef evalr,
ZScript zscript,
ConditionImpl cond)
|
|
HeaderInfo(EvaluatorRef evalr,
java.lang.String name,
java.util.Map attrs,
ConditionImpl cond)
Constructor. |
|
NativeInfo(EvaluatorRef evlar,
ComponentDefinition compdef,
java.lang.String tagnm)
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. |
|
TextInfo(EvaluatorRef evalr,
java.lang.String text)
|
|
VariablesInfo(EvaluatorRef evalr,
java.util.Map vars,
boolean local,
ConditionImpl cond)
The same as VariablesInfo(evalr, vars, locale, "none", cond). |
|
VariablesInfo(EvaluatorRef evalr,
java.util.Map vars,
boolean local,
java.lang.String composite,
ConditionImpl cond)
Constructor. |
|
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 content,
ConditionImpl cond)
Creates a zscript object with the content directly. |
|
ZScript(EvaluatorRef evalr,
java.lang.String zslang,
java.lang.String url,
ConditionImpl cond,
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,
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |