org.apache.myfaces.view.facelets.component
Class RepeatStatus
java.lang.Object
org.apache.myfaces.view.facelets.component.RepeatStatus
- All Implemented Interfaces:
- java.io.Serializable
public final class RepeatStatus
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Id$
- See Also:
- Serialized Form
Constructor Summary |
RepeatStatus(boolean first,
boolean last,
int count,
int index,
java.lang.Integer begin,
java.lang.Integer end,
java.lang.Integer step)
|
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,
java.lang.Integer begin,
java.lang.Integer end,
java.lang.Integer step)
isFirst
public boolean isFirst()
isLast
public boolean isLast()
isEven
public boolean isEven()
isOdd
public boolean isOdd()
getBegin
public java.lang.Integer getBegin()
getEnd
public java.lang.Integer getEnd()
getIndex
public int getIndex()
getStep
public java.lang.Integer getStep()
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.