org.apache.myfaces.view.facelets.component
Class RepeatStatus
java.lang.Object
org.apache.myfaces.view.facelets.component.RepeatStatus
- All Implemented Interfaces:
- Serializable
public final class RepeatStatus
- extends Object
- implements 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: 1189297 $ $Date: 2011-10-26 11:28:38 -0500 (Wed, 26 Oct 2011) $
- Author:
- Curtiss Howard (latest modification by $Author: struberg $)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepeatStatus
public RepeatStatus(boolean first,
boolean last,
int count,
int index,
Integer begin,
Integer end,
Integer step)
isFirst
public boolean isFirst()
isLast
public boolean isLast()
isEven
public boolean isEven()
isOdd
public boolean isOdd()
getBegin
public Integer getBegin()
getEnd
public Integer getEnd()
getIndex
public int getIndex()
getStep
public Integer getStep()
Copyright © 2014 The Apache Software Foundation. All rights reserved.