|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.bind.impl.AbstractForEachStatus
public abstract class AbstractForEachStatus
The Class AbstractForEachStatus.
Constructor Summary | |
---|---|
AbstractForEachStatus()
|
Method Summary | |
---|---|
java.lang.Integer |
getBegin()
Returns the index (starting from 0) that the iteration begins at, or null if not specified (and 0 is assumed). |
ForEachStatus |
getPrevious()
Returns the status of the enclosing forEach statement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.zkoss.zk.ui.util.ForEachStatus |
---|
getEach, getEnd, getIndex |
Constructor Detail |
---|
public AbstractForEachStatus()
Method Detail |
---|
public ForEachStatus getPrevious()
ForEachStatus
getPrevious
in interface ForEachStatus
public java.lang.Integer getBegin()
ForEachStatus
getBegin
in interface ForEachStatus
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |