Class RepeatStatus
java.lang.Object
org.apache.myfaces.view.facelets.component.RepeatStatus
- All Implemented Interfaces:
- Serializable
This class is used as the bean that contains all the status
 information of UIRepeat during iteration. It is stored in the 
 RequestScope under the key specified in varStatus of UIRepeat.
- Version:
- $Revision$ $Date$
- Author:
- Curtiss Howard (latest modification by $Author$)
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionRepeatStatus(boolean first, boolean last, int count, int index, Integer begin, Integer end, Integer step) 
- 
Method Summary
- 
Constructor Details- 
RepeatStatus
 
- 
- 
Method Details- 
isFirstpublic boolean isFirst()
- 
isLastpublic boolean isLast()
- 
isEvenpublic boolean isEven()
- 
isOddpublic boolean isOdd()
- 
getBegin
- 
getEnd
- 
getIndexpublic int getIndex()
- 
getStep
 
-