public final class SequenceIterationStatus extends Object implements Serializable
Constructor and Description |
---|
SequenceIterationStatus(Integer begin,
Integer end,
int index,
Integer rowCount)
The SequenceIterationsStatus constructor.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getBegin() |
int |
getCount() |
Object |
getCurrent()
Currently unused
|
Integer |
getEnd() |
int |
getIndex() |
Integer |
getRowCount() |
Integer |
getStep()
Used for complex components
|
boolean |
isEven() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
isOdd() |
String |
toString() |
public SequenceIterationStatus(Integer begin, Integer end, int index, Integer rowCount)
begin
- the index of the first row of the current page of the tableend
- the index of the last row of the current page of the tableindex
- the index of the current rowrowCount
- the number of rows in the modelpublic Integer getBegin()
public int getCount()
public Object getCurrent()
public Integer getEnd()
public int getIndex()
public Integer getStep()
public boolean isFirst()
public boolean isLast()
public Integer getRowCount()
public boolean isEven()
public boolean isOdd()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.