Uses of Class
org.zkoss.zk.xel.ExValue

Packages that use ExValue
org.zkoss.zk.ui.metainfo Metainfo representing pages and languages (implementation only). 
org.zkoss.zk.ui.metainfo.impl The implementation class of the metainfos. 
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
org.zkoss.zk.xel.impl XEL utilities for implementation only. 
 

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

Fields in org.zkoss.zk.ui.metainfo declared as ExValue
protected  ExValue WidgetListener._script
           
protected  ExValue WidgetAttribute._value
           
 

Methods in org.zkoss.zk.ui.metainfo that return ExValue
 ExValue[] ComponentDefinition.getParsedApply()
          Return the parsed expressions of the apply attribute.
 

Uses of ExValue in org.zkoss.zk.ui.metainfo.impl
 

Methods in org.zkoss.zk.ui.metainfo.impl that return ExValue
 ExValue[] ComponentDefinitionImpl.getParsedApply()
           
 

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

Methods in org.zkoss.zk.ui.util with parameters of type ExValue
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, ExValue[] expr, ExValue begin, ExValue end)
          Returns an instance that represents the iterator for the specified collection.
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, 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.
 

Constructors in org.zkoss.zk.ui.util with parameters of type ExValue
ForEachImpl(EvaluatorRef evalr, Component comp, ExValue[] expr, ExValue begin, ExValue end)
          Constructor.
ForEachImpl(EvaluatorRef evalr, Component comp, ExValue[] expr, ExValue begin, ExValue 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)
          Constructor.
 

Uses of ExValue in org.zkoss.zk.xel.impl
 

Methods in org.zkoss.zk.xel.impl that return ExValue
static ExValue[] Utils.parseList(java.lang.String expr, java.lang.Class expcls, boolean ignoreEmpty)
          Parses a list of expressions that is separated by comma.
 



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