Class PageWrapper.PageItem

  • Enclosing class:
    PageWrapper<T>

    public class PageWrapper.PageItem
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PageItem​(int number, boolean current)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getNumber()  
      boolean isCurrent()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PageItem

        public PageItem​(int number,
                        boolean current)
    • Method Detail

      • getNumber

        public int getNumber()
      • isCurrent

        public boolean isCurrent()