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