Class IterationStatus

    • Constructor Detail

      • IterationStatus

        public IterationStatus​(boolean first,
                               boolean last,
                               int index,
                               Integer begin,
                               Integer end,
                               Integer step)
        Constructor used for ui:repeat.
      • IterationStatus

        public IterationStatus​(boolean first,
                               boolean last,
                               int index,
                               Integer begin,
                               Integer end,
                               Integer step,
                               Object current,
                               int iterationCount)
        Constructor used for c:forEach varStatus
    • Method Detail

      • isFirst

        public boolean isFirst()
      • isLast

        public boolean isLast()
      • getBegin

        public Integer getBegin()
      • getIndex

        public int getIndex()
      • getStep

        public Integer getStep()
      • getCurrent

        public Object getCurrent()
      • getCount

        public int getCount()
      • isEven

        public boolean isEven()
      • isOdd

        public boolean isOdd()