Package org.zkoss.web.servlet.dsp.action
Interface LoopStatus
-
public interface LoopStatus
Exposes the current status of an iteration. Used withForEach
ifForEach.setVarStatus(java.lang.String)
is called.- Author:
- tomyeh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getCurrent()
Retrieves the current item in the iteration.int
getIndex()
Retrieves the index of the current round of the iteration (0-based).
-