Uses of Interface
org.zkoss.zk.ui.util.ForEach

Packages that use ForEach
org.zkoss.zk.ui.metainfo Metainfo representing pages and languages (implementation only). 
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
 

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

Methods in org.zkoss.zk.ui.metainfo that return ForEach
 ForEach ComponentInfo.resolveForEach(Page page, Component comp)
          Returns the forEach object if the forEach attribute is defined (or ComponentInfo.setForEach(java.lang.String, java.lang.String, java.lang.String) is called).
 

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

Classes in org.zkoss.zk.ui.util that implement ForEach
 class ForEachImpl
          An implementation of ForEach.
 

Methods in org.zkoss.zk.ui.util that return ForEach
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.
 



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