org.zkoss.zk.ui.util
Interface ForEach

All Known Implementing Classes:
ForEachImpl

public interface ForEach

Used to denote a collection of elements. Currently, only ComponentInfo uses it to represent the forEach attribute.

Author:
tomyeh

Method Summary
 boolean next()
          Advanced to the next element.
 

Method Detail

next

boolean next()
Advanced to the next element.

Returns:
false if there is no more element.


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