Uses of Class
org.zkoss.zk.xel.ExValue
-
Packages that use ExValue Package Description org.zkoss.zk.ui.metainfo org.zkoss.zk.ui.metainfo.impl org.zkoss.zk.ui.util org.zkoss.zk.xel.impl -
-
Uses of ExValue in org.zkoss.zk.ui.metainfo
Fields in org.zkoss.zk.ui.metainfo declared as ExValue Modifier and Type Field Description protected ExValueWidgetListener. _scriptprotected ExValueWidgetAttribute. _valueMethods in org.zkoss.zk.ui.metainfo that return ExValue Modifier and Type Method Description ExValue[]ComponentDefinition. getParsedApply()Return the parsed expressions of the apply attribute.Methods in org.zkoss.zk.ui.metainfo that return types with arguments of type ExValue Modifier and Type Method Description java.util.Map<java.lang.String,ExValue>TemplateInfo. getParameters()Returns a readonly map of the parameters that are assigned to the template. -
Uses of ExValue in org.zkoss.zk.ui.metainfo.impl
Methods in org.zkoss.zk.ui.metainfo.impl that return ExValue Modifier and Type Method Description ExValue[]ComponentDefinitionImpl. getParsedApply() -
Uses of ExValue in org.zkoss.zk.ui.util
Methods in org.zkoss.zk.ui.util that return ExValue Modifier and Type Method Description ExValueConditionImpl. getIf()Returns If expression.ExValueConditionImpl. getUnless()Returns Unless expression.Methods in org.zkoss.zk.ui.util with parameters of type ExValue Modifier and Type Method Description 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, 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 ExValue Constructor Description 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, ExValue[] expr, ExValue begin, ExValue end)Constructor.ForEachImpl(EvaluatorRef evalr, Page page, ExValue[] expr, ExValue begin, ExValue end, ExValue step)Constructor. -
Uses of ExValue in org.zkoss.zk.xel.impl
Methods in org.zkoss.zk.xel.impl that return ExValue Modifier and Type Method Description static ExValue[]Utils. parseList(java.lang.String expr, java.lang.Class expcls, boolean ignoreEmpty)Parses a list of expressions that is separated by comma.
-