|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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). |
int |
getCount()
Retrieves the "count" of the current round of the iteration. |
int |
getCurrentIndex(Component comp)
|
java.lang.Object |
getEach()
Returns the object of this iteration. |
ForEachStatus |
getPrevious()
Returns the status of the enclosing forEach statement. |
java.lang.Integer |
getStep()
Returns the value of the 'step' attribute for the associated tag, or null if no 'step' attribute was specified. |
boolean |
isFirst()
Returns whether the current round is the first pass through the iteration |
boolean |
isLast()
Returns whether the current round is the last pass through the iteration |
| 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 |
|---|
getCurrent, getEnd, getIndex |
| Constructor Detail |
|---|
public AbstractForEachStatus()
| Method Detail |
|---|
public ForEachStatus getPrevious()
ForEachStatus
getPrevious in interface ForEachStatuspublic java.lang.Integer getBegin()
ForEachStatus
getBegin in interface ForEachStatuspublic java.lang.Integer getStep()
ForEachStatus
getStep in interface ForEachStatuspublic int getCurrentIndex(Component comp)
public boolean isFirst()
ForEachStatus
isFirst in interface ForEachStatuspublic boolean isLast()
ForEachStatus
isLast in interface ForEachStatuspublic java.lang.Object getEach()
ForEachStatus
getEach in interface ForEachStatuspublic int getCount()
ForEachStatus
getCount in interface ForEachStatus
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||