Class IterationStatus

java.lang.Object
org.primefaces.component.api.IterationStatus

public class IterationStatus extends Object
  • Constructor Details

    • IterationStatus

      public IterationStatus(boolean first, boolean last, int count, int index, Integer begin, Integer end, Integer step)
    • IterationStatus

      public IterationStatus(boolean first, boolean last, int index, Integer begin, Integer end, Integer step)
  • Method Details

    • 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()