Serializable
public class IterationStatus extends Object implements Serializable
Constructor | Description |
---|---|
IterationStatus(boolean first,
boolean last,
int index,
Integer begin,
Integer end,
Integer step) |
Constructor used for ui:repeat.
|
IterationStatus(boolean first,
boolean last,
int index,
Integer begin,
Integer end,
Integer step,
Object current,
int iterationCount) |
Constructor used for c:forEach varStatus
|
public IterationStatus(boolean first, boolean last, int index, Integer begin, Integer end, Integer step)
public boolean isFirst()
public boolean isLast()
public Integer getBegin()
public Integer getEnd()
public int getIndex()
public Integer getStep()
public Object getCurrent()
public int getCount()
public boolean isEven()
public boolean isOdd()
Copyright © 2018. All rights reserved.