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

Packages that use ForEach
org.zkoss.zk.ui.util Utilities to handle user interfaces. 
 

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-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo