Package org.zkoss.zk.ui.util
Interface ForEach
-
- All Known Implementing Classes:
ForEachImpl
public interface ForEachUsed to denote a collection of elements. Currently, onlyComponentInfouses it to represent the forEach attribute.- Author:
- tomyeh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleannext()Advanced to the next element.
-